From fc2a93183a50b87766403810ec112f2982582370 Mon Sep 17 00:00:00 2001 From: ScrumpyJack Date: Thu, 28 Apr 2016 11:38:50 +0000 Subject: main/fuse: update Changed URL from sourceforge to github as the project is no longer on sourceforge. --- main/fuse/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/fuse') diff --git a/main/fuse/APKBUILD b/main/fuse/APKBUILD index 9c46fe99be..bcfee610a2 100644 --- a/main/fuse/APKBUILD +++ b/main/fuse/APKBUILD @@ -1,16 +1,16 @@ # Maintainer: Natanael Copa pkgname=fuse pkgver=2.9.4 -pkgrel=1 +pkgrel=2 pkgdesc="A library that makes it possible to implement a filesystem in a userspace program." -url="http://fuse.sourceforge.net/" +url="https://github.com/libfuse/" arch="all" license="GPL2" depends= makedepends="gettext-dev" install= subpackages="$pkgname-dev $pkgname-doc" -source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz +source="http://github.com/libfuse/libfuse/releases/download/fuse_${pkgver//./_}/${pkgname}-${pkgver}.tar.gz fix-realpath.patch fuse.initd" options="suid" -- cgit v1.2.3