]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/liboauth: fix broken download URL
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 30 Jan 2016 15:43:01 +0000 (16:43 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 31 Jan 2016 13:16:01 +0000 (14:16 +0100)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/liboauth/liboauth.mk

index 3b482bfce1493173ef5e358e6ba8744ec10bd27c..bd54330ddfda565a68be7598ee85902a0580954a 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBOAUTH_VERSION = 1.0.3
-LIBOAUTH_SITE = http://liboauth.sourceforge.net/pool
+LIBOAUTH_SITE = http://downloads.sourceforge.net/project/liboauth
 LIBOAUTH_INSTALL_STAGING = YES
 LIBOAUTH_DEPENDENCIES += host-pkgconf openssl
 LIBOAUTH_LICENSE = MIT