From: <abe...@us...> - 2014-02-09 19:58:48
|
Revision: 6411 http://sourceforge.net/p/astlinux/code/6411 Author: abelbeck Date: 2014-02-09 19:58:46 +0000 (Sun, 09 Feb 2014) Log Message: ----------- libsodium, some wget's have trouble getting the filename correct using the github link Modified Paths: -------------- branches/1.0/package/libsodium/libsodium.mk Modified: branches/1.0/package/libsodium/libsodium.mk =================================================================== --- branches/1.0/package/libsodium/libsodium.mk 2014-02-09 15:55:13 UTC (rev 6410) +++ branches/1.0/package/libsodium/libsodium.mk 2014-02-09 19:58:46 UTC (rev 6411) @@ -5,7 +5,8 @@ ############################################################# LIBSODIUM_VERSION = 0.4.5 LIBSODIUM_SOURCE = libsodium-$(LIBSODIUM_VERSION).tar.gz -LIBSODIUM_SITE = http://github.com/jedisct1/libsodium/releases/download/$(LIBSODIUM_VERSION) +#LIBSODIUM_SITE = http://github.com/jedisct1/libsodium/releases/download/$(LIBSODIUM_VERSION) +LIBSODIUM_SITE = http://files.astlinux.org LIBSODIUM_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |