# HG changeset patch # User Pascal Bellard # Date 1346657964 -7200 # Node ID 9a4df26cc408cc9904cde4ec1eb808164b04ef38 # Parent b23b5bacd9cad092aeb67c6ff48601eba448d692 libhangul: fix WGET_URL diff -r b23b5bacd9ca -r 9a4df26cc408 libhangul/receipt --- a/libhangul/receipt Mon Sep 03 09:25:48 2012 +0200 +++ b/libhangul/receipt Mon Sep 03 09:39:24 2012 +0200 @@ -8,7 +8,7 @@ DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://kldp.net/projects/hangul" -WGET_URL="http://kldp.net/download.php/4943/$TARBALL" +WGET_URL="http://libhangul.googlecode.com/files/$TARBALL" # Rules to configure and make the package. compile_rules()