From 1f7ecc3f19b823123a3293a4d99f64d702dc2b41 Mon Sep 17 00:00:00 2001 From: CvH Date: Wed, 23 Dec 2015 20:44:26 +0100 Subject: [PATCH] fuse: change download url no nice dl url due to github fix download url --- packages/sysutils/fuse/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sysutils/fuse/package.mk b/packages/sysutils/fuse/package.mk index 9b59d0ec10..e1a07b9d80 100644 --- a/packages/sysutils/fuse/package.mk +++ b/packages/sysutils/fuse/package.mk @@ -21,8 +21,8 @@ PKG_VERSION="2.9.4" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" -PKG_SITE="http://sourceforge.net/projects/fuse/" -PKG_URL="$SOURCEFORGE_SRC/fuse/fuse-2.X/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_SITE="https://github.com/libfuse/libfuse/" +PKG_URL="https://github.com/libfuse/libfuse/releases/download/${PKG_NAME}_${PKG_VERSION//./_}/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_DEPENDS_TARGET="toolchain" PKG_PRIORITY="optional" PKG_SECTION="system"