aboutsummaryrefslogtreecommitdiffstats
path: root/main/fuse
diff options
context:
space:
mode:
authorScrumpyJack <scrumpyjack@st.ilet.to>2016-04-28 11:38:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-04-28 12:29:56 +0000
commitfc2a93183a50b87766403810ec112f2982582370 (patch)
tree3b04b8ebd7ea637172b530cd227a9a28e266c169 /main/fuse
parentbcb82e83dc2ddcad48cf1f0e289fdcf1ff0c29ad (diff)
downloadaports-fc2a93183a50b87766403810ec112f2982582370.tar.bz2
aports-fc2a93183a50b87766403810ec112f2982582370.tar.xz
main/fuse: update
Changed URL from sourceforge to github as the project is no longer on sourceforge.
Diffstat (limited to 'main/fuse')
-rw-r--r--main/fuse/APKBUILD6
1 files changed, 3 insertions, 3 deletions
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 <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"