summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimvisee2019-08-25 14:44:24 +0000
committertimvisee2019-08-25 14:44:24 +0000
commit627089bcc1b359637098ea27e0e41dd3ef5f72e7 (patch)
tree72b02c14eeedb5ef384ad951f4d38a0f5173bae4
parentc6ceeb5a1cf632e787f6538df590ce95a33ffd91 (diff)
downloadaur-627089bcc1b359637098ea27e0e41dd3ef5f72e7.tar.gz
Release v0.2.50
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9168c28c1bd..78ef21e1614c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffsend-bin
pkgdesc = Easily and securely share files from the command line. A Firefox Send client.
- pkgver = 0.2.49
+ pkgver = 0.2.50
pkgrel = 1
url = https://gitlab.com/timvisee/ffsend
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = ffsend-bin
optdepends = bash-completion: support auto completion for bash
provides = ffsend
conflicts = ffsend
- source = ffsend-v0.2.49::https://github.com/timvisee/ffsend/releases/download/v0.2.49/ffsend-v0.2.49-linux-x64-static
- source = ffsend-v0.2.49.bash::https://gitlab.com/timvisee/ffsend/raw/v0.2.49/contrib/completions/ffsend.bash
- source = ffsend-v0.2.49.fish::https://gitlab.com/timvisee/ffsend/raw/v0.2.49/contrib/completions/ffsend.fish
- sha256sums = 9ea9aeb48685971c5322e46cd60adfb69e99c5422654a5394ae18e6354405b90
+ source = ffsend-v0.2.50::https://github.com/timvisee/ffsend/releases/download/v0.2.50/ffsend-v0.2.50-linux-x64-static
+ source = ffsend-v0.2.50.bash::https://gitlab.com/timvisee/ffsend/raw/v0.2.50/contrib/completions/ffsend.bash
+ source = ffsend-v0.2.50.fish::https://gitlab.com/timvisee/ffsend/raw/v0.2.50/contrib/completions/ffsend.fish
+ sha256sums = cc9604991a6502d57d96a0e5616cff83f2ee3f92397720e2b9e88be6a8f1d0c5
sha256sums = bd0f63d4acaed87da9bc80725ec2242c273463cf64ac56c858c46164a6a8a3ab
sha256sums = 15d9a3e79265615a73af4de0e20dd662ad96470aac7fc5dfeff7d26d90bdc667
diff --git a/PKGBUILD b/PKGBUILD
index 6afb83cf8616..ba4776028a69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,15 @@
# - Mirror: https://github.com/timvisee/ffsend/blob/master/pkg/aur/ffsend-bin/PKGBUILD
pkgname=ffsend-bin
-pkgver=0.2.49
+pkgver=0.2.50
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::https://github.com/timvisee/ffsend/releases/download/v0.2.49/ffsend-v0.2.49-linux-x64-static"
- "ffsend-v$pkgver.bash::https://gitlab.com/timvisee/ffsend/raw/v0.2.49/contrib/completions/ffsend.bash"
- "ffsend-v$pkgver.fish::https://gitlab.com/timvisee/ffsend/raw/v0.2.49/contrib/completions/ffsend.fish") # automatically set in CI, see: /.gitlab-ci.yml
-sha256sums=('9ea9aeb48685971c5322e46cd60adfb69e99c5422654a5394ae18e6354405b90' 'bd0f63d4acaed87da9bc80725ec2242c273463cf64ac56c858c46164a6a8a3ab' '15d9a3e79265615a73af4de0e20dd662ad96470aac7fc5dfeff7d26d90bdc667')
+source=("ffsend-v$pkgver::https://github.com/timvisee/ffsend/releases/download/v0.2.50/ffsend-v0.2.50-linux-x64-static"
+ "ffsend-v$pkgver.bash::https://gitlab.com/timvisee/ffsend/raw/v0.2.50/contrib/completions/ffsend.bash"
+ "ffsend-v$pkgver.fish::https://gitlab.com/timvisee/ffsend/raw/v0.2.50/contrib/completions/ffsend.fish") # automatically set in CI, see: /.gitlab-ci.yml
+sha256sums=('cc9604991a6502d57d96a0e5616cff83f2ee3f92397720e2b9e88be6a8f1d0c5' 'bd0f63d4acaed87da9bc80725ec2242c273463cf64ac56c858c46164a6a8a3ab' '15d9a3e79265615a73af4de0e20dd662ad96470aac7fc5dfeff7d26d90bdc667')
arch=('x86_64')
provides=('ffsend')
conflicts=('ffsend')