summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimvisee2020-10-16 13:22:39 +0000
committertimvisee2020-10-16 13:22:39 +0000
commit13433a28cc97812aee406006caa59c4ff8389a51 (patch)
treefaf573eff68c3124e872c75b24c5ff0a85ffb53d
parent23d94e9fcfa7f714af8e991deb02b9ce7ce5ffb0 (diff)
downloadaur-13433a28cc97812aee406006caa59c4ff8389a51.tar.gz
Release v0.2.68
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db9c166080d6..67e7e675a18c 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.67
+ pkgver = 0.2.68
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.67.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.67/ffsend-v0.2.67.tar.gz
- sha256sums = 601bf2b3c86f86ccbfc82f03e9a94db58cbc41f61b83155746f958301db2c466
+ source = ffsend-v0.2.68.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.68/ffsend-v0.2.68.tar.gz
+ sha256sums = ffd8b161ef13c823c43417ac00402c1f4b0dfa4b3e6e4c5f7cdf0ceae9511c1d
pkgname = ffsend
diff --git a/PKGBUILD b/PKGBUILD
index f051421fa627..dfcbaa94b752 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.67
+pkgver=0.2.68
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.67/ffsend-v0.2.67.tar.gz")
-sha256sums=('601bf2b3c86f86ccbfc82f03e9a94db58cbc41f61b83155746f958301db2c466')
+source=("ffsend-v$pkgver.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.68/ffsend-v0.2.68.tar.gz")
+sha256sums=('ffd8b161ef13c823c43417ac00402c1f4b0dfa4b3e6e4c5f7cdf0ceae9511c1d')
arch=('x86_64' 'i686')
provides=('ffsend')
depends=('ca-certificates')