diff options
Diffstat (limited to 'main/fuse')
-rw-r--r-- | main/fuse/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/fuse/APKBUILD b/main/fuse/APKBUILD index 9c46fe99b..bcfee610a 100644 --- a/main/fuse/APKBUILD +++ b/main/fuse/APKBUILD @@ -1,16 +1,16 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> 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" |