summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimvisee2019-12-03 13:51:52 +0000
committertimvisee2019-12-03 13:51:52 +0000
commit963423afb160a0034f4db0d1b2def4713839926e (patch)
tree9521c76b4095388b51deeaefe367cd7e6f16479f
parent033f34b5c072d6294cc048447d834902c3a673a7 (diff)
downloadaur-963423afb160a0034f4db0d1b2def4713839926e.tar.gz
Release v0.2.56
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b95fe247209..96fb9e08e287 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.55
+ pkgver = 0.2.56
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.55.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.55/ffsend-v0.2.55.tar.gz
- sha256sums = 84434cc57b2fa157281a4d4852d88644aec8199a1505675801a9d3fc80642481
+ source = ffsend-v0.2.56.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.56/ffsend-v0.2.56.tar.gz
+ sha256sums = cf9656ee9e9ad03fc20594b98681850a9fee9d18a0296bb84ce9136c3abf71b1
pkgname = ffsend
diff --git a/PKGBUILD b/PKGBUILD
index e416c0707791..f478eb5a3d21 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.55
+pkgver=0.2.56
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.55/ffsend-v0.2.55.tar.gz")
-sha256sums=('84434cc57b2fa157281a4d4852d88644aec8199a1505675801a9d3fc80642481')
+source=("ffsend-v$pkgver.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.56/ffsend-v0.2.56.tar.gz")
+sha256sums=('cf9656ee9e9ad03fc20594b98681850a9fee9d18a0296bb84ce9136c3abf71b1')
arch=('x86_64' 'i686')
provides=('ffsend')
depends=('ca-certificates')