aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-05-19 17:13:13 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-21 18:04:37 +0000
commit42f54ca4efbc696b3c5a60b9f06d1d339f48b8e5 (patch)
tree8376d4058f7374d99345d133ff4c538c6ac71ada
parent2b1449bb52bbd408ea452e0f29312761f669c517 (diff)
testing/ffsend: upgrade to 0.2.64
-rw-r--r--testing/ffsend/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ffsend/APKBUILD b/testing/ffsend/APKBUILD
index 25e2f858fda..c618977ab58 100644
--- a/testing/ffsend/APKBUILD
+++ b/testing/ffsend/APKBUILD
@@ -1,11 +1,11 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=ffsend
-pkgver=0.2.61
+pkgver=0.2.64
pkgrel=0
pkgdesc="A fully featured Firefox Send client"
url="https://gitlab.com/timvisee/ffsend"
-arch="x86_64 x86 armhf armv7 aarch64 ppc64le" # limited by cargo
+arch="all !mips !mips64 !ppc64le !s390x" # limited by cargo, ring dep
license="GPL-3.0-only"
makedepends="cargo openssl-dev"
subpackages="
@@ -36,4 +36,4 @@ package() {
"$pkgdir"/usr/share/fish/completions/ffsend.fish
}
-sha512sums="2f1a3e36a91801850c13dcf2974c6e39585e0f0d72e9239e9899412189101a33f5dc7f453cbfb87487d5083477682c02b24ad132028296154c6602a66a9ebc26 ffsend-v0.2.61.tar.gz"
+sha512sums="efd2a5b239168b31fd5654b5579ffd9e0213407157fc4ef275ab54069bb781815d16a4d00182a37d34f89a0e73e280c8d2e29eb133644791df3c10fcb2be1bd8 ffsend-v0.2.64.tar.gz"