summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimvisee2021-04-09 15:18:13 +0000
committertimvisee2021-04-09 15:18:13 +0000
commit55e1b1e46a504e6c723b0a4fc9752105af2e34a9 (patch)
treee6af2199c4733e5cf0808cfc86a0a67ceae1705f
parent57a3823f47b24db609ccfddd220366ec62e5aa12 (diff)
downloadaur-55e1b1e46a504e6c723b0a4fc9752105af2e34a9.tar.gz
Release v0.2.71
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3415d14a31f..4a588d87b758 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffsend
pkgdesc = Easily and securely share files from the command line. A Firefox Send client.
- pkgver = 0.2.70
+ pkgver = 0.2.71
pkgrel = 1
url = https://gitlab.com/timvisee/ffsend
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = ffsend
optdepends = xclip: clipboard support
optdepends = bash-completion: support auto completion for bash
provides = ffsend
- source = ffsend-v0.2.70.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.70/ffsend-v0.2.70.tar.gz
- sha256sums = b1a57dd6d145fed24ea9c18008327b7fdc4cf58737d4908144d11e3ae63f85c2
+ source = ffsend-v0.2.71.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.71/ffsend-v0.2.71.tar.gz
+ sha256sums = f9556b2dc98ff797fd3d5f67ebebda9cbc123bac25eee2cfd3326759fff03c4e
pkgname = ffsend
diff --git a/PKGBUILD b/PKGBUILD
index 0ca98ea2df5c..087b23ff0bd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
# - Mirror: https://github.com/timvisee/ffsend/blob/master/pkg/aur/ffsend/PKGBUILD
pkgname=ffsend
-pkgver=0.2.70
+pkgver=0.2.71
pkgrel=1
pkgdesc="Easily and securely share files from the command line. A Firefox Send client."
url="https://gitlab.com/timvisee/ffsend"
license=('GPL3')
-source=("ffsend-v$pkgver.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.70/ffsend-v0.2.70.tar.gz")
-sha256sums=('b1a57dd6d145fed24ea9c18008327b7fdc4cf58737d4908144d11e3ae63f85c2')
+source=("ffsend-v$pkgver.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.71/ffsend-v0.2.71.tar.gz")
+sha256sums=('f9556b2dc98ff797fd3d5f67ebebda9cbc123bac25eee2cfd3326759fff03c4e')
arch=('x86_64' 'i686')
provides=('ffsend')
depends=('ca-certificates')