summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimvisee2021-05-07 23:06:21 +0000
committertimvisee2021-05-07 23:06:21 +0000
commit430f5a70d687b9786e97120d147c293b3691ecf8 (patch)
treea932a2b8edd20b7de707c82cfa97b287545dee9e
parent55e1b1e46a504e6c723b0a4fc9752105af2e34a9 (diff)
downloadaur-430f5a70d687b9786e97120d147c293b3691ecf8.tar.gz
Release v0.2.72
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a588d87b758..43cfc54aa733 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.71
+ pkgdesc = Easily and securely share files from the command line. A Send client.
+ pkgver = 0.2.72
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.71.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.71/ffsend-v0.2.71.tar.gz
- sha256sums = f9556b2dc98ff797fd3d5f67ebebda9cbc123bac25eee2cfd3326759fff03c4e
+ source = ffsend-v0.2.72.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.72/ffsend-v0.2.72.tar.gz
+ sha256sums = f0f418541d931c218587a716f5da2c576cd4936281a0ffaae843c1496e60118a
pkgname = ffsend
diff --git a/PKGBUILD b/PKGBUILD
index 087b23ff0bd0..71bd42008bcf 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.71
+pkgver=0.2.72
pkgrel=1
-pkgdesc="Easily and securely share files from the command line. A Firefox Send client."
+pkgdesc="Easily and securely share files from the command line. A Send client."
url="https://gitlab.com/timvisee/ffsend"
license=('GPL3')
-source=("ffsend-v$pkgver.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.71/ffsend-v0.2.71.tar.gz")
-sha256sums=('f9556b2dc98ff797fd3d5f67ebebda9cbc123bac25eee2cfd3326759fff03c4e')
+source=("ffsend-v$pkgver.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.72/ffsend-v0.2.72.tar.gz")
+sha256sums=('f0f418541d931c218587a716f5da2c576cd4936281a0ffaae843c1496e60118a')
arch=('x86_64' 'i686')
provides=('ffsend')
depends=('ca-certificates')