summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimvisee2019-04-18 20:41:44 +0000
committertimvisee2019-04-18 20:41:44 +0000
commitb7a61f4841354c6a18de6b3ad02e67d323f9b2d9 (patch)
tree7efeed8879d526164dae840d626452a3f52a0ad9
parentffa55fe262575f7e0ca4def3e8b1f30866038f64 (diff)
downloadaur-b7a61f4841354c6a18de6b3ad02e67d323f9b2d9.tar.gz
Release v0.2.45
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12221076bd63..3442f5831bca 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.44
+ pkgver = 0.2.45
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.44.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.44/ffsend-v0.2.44.tar.gz
- sha256sums = e625b6d90056bf48be7c13ac2f8373b19252d1a836b7c0fb1f85a00c00f10c5d
+ source = ffsend-v0.2.45.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.45/ffsend-v0.2.45.tar.gz
+ sha256sums = 8d8f56b7d5bb036871eeef552fe4e2f716c287f3a9e5cec590f434bb63dc3c1a
pkgname = ffsend
diff --git a/PKGBUILD b/PKGBUILD
index bda743326bd5..5af2cb73e9f0 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.44
+pkgver=0.2.45
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.44/ffsend-v0.2.44.tar.gz")
-sha256sums=('e625b6d90056bf48be7c13ac2f8373b19252d1a836b7c0fb1f85a00c00f10c5d')
+source=("ffsend-v$pkgver.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.45/ffsend-v0.2.45.tar.gz")
+sha256sums=('8d8f56b7d5bb036871eeef552fe4e2f716c287f3a9e5cec590f434bb63dc3c1a')
arch=('x86_64' 'i686')
provides=('ffsend')
depends=('ca-certificates')