summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimvisee2020-09-27 14:30:15 +0000
committertimvisee2020-09-27 14:30:15 +0000
commit23d94e9fcfa7f714af8e991deb02b9ce7ce5ffb0 (patch)
tree1ffb3bfb7eb1c2b6d9d8da453860bcb897add6da
parentd5ece2113f216b95b163fc19815abb363edc6ad8 (diff)
downloadaur-23d94e9fcfa7f714af8e991deb02b9ce7ce5ffb0.tar.gz
Release v0.2.67
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c7cd52fd98e..db9c166080d6 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.66
+ pkgver = 0.2.67
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.66.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.66/ffsend-v0.2.66.tar.gz
- sha256sums = 6909a16b9fc700f707429c04008698d4f04307f232e7f6b7d9499e2c9b4fb32b
+ source = ffsend-v0.2.67.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.67/ffsend-v0.2.67.tar.gz
+ sha256sums = 601bf2b3c86f86ccbfc82f03e9a94db58cbc41f61b83155746f958301db2c466
pkgname = ffsend
diff --git a/PKGBUILD b/PKGBUILD
index a4880394bf10..f051421fa627 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.66
+pkgver=0.2.67
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.66/ffsend-v0.2.66.tar.gz")
-sha256sums=('6909a16b9fc700f707429c04008698d4f04307f232e7f6b7d9499e2c9b4fb32b')
+source=("ffsend-v$pkgver.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.67/ffsend-v0.2.67.tar.gz")
+sha256sums=('601bf2b3c86f86ccbfc82f03e9a94db58cbc41f61b83155746f958301db2c466')
arch=('x86_64' 'i686')
provides=('ffsend')
depends=('ca-certificates')