diff options
author | diizzyy <diizzyy@users.noreply.github.com> | 2016-05-24 21:25:37 +0200 |
---|---|---|
committer | diizzyy <diizzyy@users.noreply.github.com> | 2016-05-24 21:25:37 +0200 |
commit | 827d42d562ca99ea38d13a84a0f3d23541fb017d (patch) | |
tree | 0e8f5c82e1cc0ac444bd19cf0a6771912ea77942 /libs/libunistring | |
parent | 7e28f60f24a8463005bfa4f9c08879359fc2092f (diff) |
libunistring: Use URL alias
Remove hardcoded URL and use alias instead.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'libs/libunistring')
-rw-r--r-- | libs/libunistring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libunistring/Makefile b/libs/libunistring/Makefile index 98ebb341d..854764f3e 100644 --- a/libs/libunistring/Makefile +++ b/libs/libunistring/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_MD5SUM:=dfae4ff5583649ed24d8f368f1d0543b PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/libunistring +PKG_SOURCE_URL:=@GNU/libunistring PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 |