aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fuse3
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-06-29 20:25:45 +0300
committerSören Tempel <soeren+git@soeren-tempel.net>2018-07-06 12:36:26 +0200
commit2cdc428f604e840b5f76bbfc9de04b450eb0b94a (patch)
treea2f353019ac4c2eaec3f6284abc28f2e3291e8d4 /testing/fuse3
parent2618b7d5916e9f9b028a42b1d976e384a98a480f (diff)
downloadaports-2cdc428f604e840b5f76bbfc9de04b450eb0b94a.tar.bz2
aports-2cdc428f604e840b5f76bbfc9de04b450eb0b94a.tar.xz
testing/fuse3: upgrade to 3.2.3, clarify license
Diffstat (limited to 'testing/fuse3')
-rw-r--r--testing/fuse3/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/fuse3/APKBUILD b/testing/fuse3/APKBUILD
index c39553cbfe..28fb106ea8 100644
--- a/testing/fuse3/APKBUILD
+++ b/testing/fuse3/APKBUILD
@@ -1,14 +1,15 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fuse3
_pkgname=fuse
-pkgver=3.2.2
+pkgver=3.2.3
pkgrel=0
pkgdesc="The reference implementation of the Linux FUSE (Filesystem in Userspace) interface"
-url="https://github.com/libfuse/libfuse/"
+url="https://github.com/libfuse/libfuse"
arch="all"
-license="GPL-2.0"
+license="GPL-2.0-only LGPL-2.1-only"
depends="!fuse"
-makedepends="gettext-dev linux-headers meson eudev-dev python3 py3-six py3-pluggy py3-attrs py3-py"
+makedepends="gettext-dev linux-headers meson eudev-dev python3
+ py3-six py3-pluggy py3-attrs py3-py"
checkdepends="py3-pytest"
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.xz
@@ -57,6 +58,6 @@ _EOF_
}
-sha512sums="234256ed8e9e277557775d34b0aa77f3b0a3c40a715e52db1437f2ffd2a7d8eda2e12ef35963a918b3310f7244bba9b3755003a25b98ea6d29b6d4b322cddec7 fuse-3.2.2.tar.xz
+sha512sums="f91ee4b24df64e62d0c50db0bc3807229cfde06da118c87826bc3ee01b41689ec93a96b026226e948e6d7904bb506dc1d8ffa83d29aa12ea7f17009f6060263e fuse-3.2.3.tar.xz
1a9e1d1e8a7b0778ffde328e4322c73b5d57ec98d52767c846d755cce861ab27989823a75b6c5f994432ddb77fa351dfa4a8f948c9467c5f7d5f471e4608358b fix-realpath.patch
7f6a503ef23cfa8b809c544375c2d83ad56525269b48ad1a7dff0ce36f4bf2f2a3fafed9dc70a71ff6281b261db5f01829e16c06f041921a5d8c8d715a04a8c1 fuse.initd"