wok rev 13324

libhangul: fix WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 03 09:39:24 2012 +0200 (2012-09-03)
parents b23b5bacd9ca
children 4d4c60f7bf10
files libhangul/receipt
line diff
     1.1 --- a/libhangul/receipt	Mon Sep 03 09:25:48 2012 +0200
     1.2 +++ b/libhangul/receipt	Mon Sep 03 09:39:24 2012 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  DEPENDS=""
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://kldp.net/projects/hangul"
     1.7 -WGET_URL="http://kldp.net/download.php/4943/$TARBALL"
     1.8 +WGET_URL="http://libhangul.googlecode.com/files/$TARBALL"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()