diff options
author | TBK <tbk@jjtc.dk> | 2018-04-29 22:41:14 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-07-19 10:28:59 +0300 |
commit | 383a84a7bdd5db1f289eb91d16afdf5285bc9f70 (patch) | |
tree | 9ea0786477a35f7c0184bfd56d294f82e610b8ce /community/fuse-exfat/APKBUILD | |
parent | 3f5dfb9e2bbb53ddd425525cb2e4037340527561 (diff) | |
download | aports-383a84a7bdd5db1f289eb91d16afdf5285bc9f70.tar.bz2 aports-383a84a7bdd5db1f289eb91d16afdf5285bc9f70.tar.xz |
community/fuse-exfat: upgrade to 1.2.8
Diffstat (limited to 'community/fuse-exfat/APKBUILD')
-rw-r--r-- | community/fuse-exfat/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/fuse-exfat/APKBUILD b/community/fuse-exfat/APKBUILD index 237112e1a9..99b9340fb4 100644 --- a/community/fuse-exfat/APKBUILD +++ b/community/fuse-exfat/APKBUILD @@ -2,12 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=fuse-exfat _pkgreal=exfat -pkgver=1.2.7 +pkgver=1.2.8 pkgrel=0 pkgdesc="Free exFAT file system implementation" url="https://github.com/relan/exfat" arch="all" license="GPL-2.0-or-later" +options="!check" # No test suite provides="$_pkgreal" depends="fuse" makedepends="autoconf automake fuse-dev" @@ -36,4 +37,4 @@ utils() { done } -sha512sums="f90b1eff5c51ff93377f82f2838d214e0670a4a8c54fb7c0ec8ce743971b35867975568b8886e8fae8e320706419cf4e39d0852e68350c9b999cf0be4c5f88fc exfat-1.2.7.tar.gz" +sha512sums="2805d8a59c53db348265943bfd5537aa1dfc87582fb1a3e9cba6ab112b93632be3c0932f72b57c7839d60faf1d455f56fd7d7a7f49e3e9419f4b6715332e939a exfat-1.2.8.tar.gz" |