diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-30 01:48:05 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-30 02:22:55 +0100 |
commit | 40883787ce37e43feb7adec2f407714f8526402a (patch) | |
tree | bd6f7719a88f5d78b76622f52d7963aa242805a4 /testing | |
parent | 493c8bfabe1ee9b87f35530b111c8d604199ccb0 (diff) | |
download | aports-40883787ce37e43feb7adec2f407714f8526402a.tar.bz2 aports-40883787ce37e43feb7adec2f407714f8526402a.tar.xz |
testing/ffsend: upgrade to 0.2.58
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ffsend/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ffsend/APKBUILD b/testing/ffsend/APKBUILD index d7eff8fea9..581ba4b37a 100644 --- a/testing/ffsend/APKBUILD +++ b/testing/ffsend/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=ffsend -pkgver=0.2.57 +pkgver=0.2.58 pkgrel=0 pkgdesc="A fully featured Firefox Send client" url="https://gitlab.com/timvisee/ffsend" @@ -62,4 +62,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ffsend.fish } -sha512sums="6745feca3f1eec454919cca74ea7306ca41107009416348f3e0c572ce60f71ac8db7a0a2816906a9989a13acd7383720e27af977a07a5a7a28cffd3cb6c04f56 ffsend-v0.2.57.tar.gz" +sha512sums="fce033654d639c0d187fda72a2e737299ede758ee363719b495872dc0f826cc11524d1b33a7793668997781b624a001789b0f48f485b29829172c82713facd40 ffsend-v0.2.58.tar.gz" |