summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimvisee2020-05-11 21:11:19 +0000
committertimvisee2020-05-11 21:11:19 +0000
commit7caadf5bf5dd0d4624a194068c9832c80a7d99e2 (patch)
treef9feede82c1a5dd6e3b856b5a6d6b063c62c4f92
parentd26a265b5eb12cd43ed2ec0c0ef002a9c099eb59 (diff)
downloadaur-7caadf5bf5dd0d4624a194068c9832c80a7d99e2.tar.gz
Release v0.2.61
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61b9f33072a3..d5afff06defd 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.59
+ pkgver = 0.2.61
pkgrel = 1
url = https://gitlab.com/timvisee/ffsend
arch = x86_64
@@ -10,12 +10,12 @@ pkgbase = ffsend-bin
optdepends = bash-completion: support auto completion for bash
provides = ffsend
conflicts = ffsend
- source = ffsend-v0.2.59::https://github.com/timvisee/ffsend/releases/download/v0.2.59/ffsend-v0.2.59-linux-x64-static
- source = ffsend-v0.2.59.bash::https://gitlab.com/timvisee/ffsend/raw/v0.2.59/contrib/completions/ffsend.bash
- source = ffsend-v0.2.59.zsh::https://gitlab.com/timvisee/ffsend/raw/v0.2.59/contrib/completions/_ffsend
- source = ffsend-v0.2.59.fish::https://gitlab.com/timvisee/ffsend/raw/v0.2.59/contrib/completions/ffsend.fish
- source = LICENSE-v0.2.59::https://gitlab.com/timvisee/ffsend/raw/v0.2.59/LICENSE
- sha256sums = f321b510186d794ed5efed076fd7c980fb7d8fd045605a6430cd61720048043f
+ source = ffsend-v0.2.61::https://github.com/timvisee/ffsend/releases/download/v0.2.61/ffsend-v0.2.61-linux-x64-static
+ source = ffsend-v0.2.61.bash::https://gitlab.com/timvisee/ffsend/raw/v0.2.61/contrib/completions/ffsend.bash
+ source = ffsend-v0.2.61.zsh::https://gitlab.com/timvisee/ffsend/raw/v0.2.61/contrib/completions/_ffsend
+ source = ffsend-v0.2.61.fish::https://gitlab.com/timvisee/ffsend/raw/v0.2.61/contrib/completions/ffsend.fish
+ source = LICENSE-v0.2.61::https://gitlab.com/timvisee/ffsend/raw/v0.2.61/LICENSE
+ sha256sums = a37d407bbe5db63259828b724c0c98c831a1fb1e0695992e80f54886b5ca3311
sha256sums = 6d07b7c7cf241016687a486512ef0e0894e2dec2c2aa502f8646be230f33ab79
sha256sums = 8a8bc20a418a12eb87ffaf5c7905355fde7199d606eff00ef48a011d8ab0d08f
sha256sums = 0b4f6d36d9122fd9aa99028778a096b65d9270077a0743b226bef0306bf9bf14
diff --git a/PKGBUILD b/PKGBUILD
index dd01b7a4ac53..dd6b9da8668a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,17 +6,17 @@
# - Mirror: https://github.com/timvisee/ffsend/blob/master/pkg/aur/ffsend-bin/PKGBUILD
pkgname=ffsend-bin
-pkgver=0.2.59
+pkgver=0.2.61
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.59/ffsend-v0.2.59-linux-x64-static"
- "ffsend-v$pkgver.bash::https://gitlab.com/timvisee/ffsend/raw/v0.2.59/contrib/completions/ffsend.bash"
- "ffsend-v$pkgver.zsh::https://gitlab.com/timvisee/ffsend/raw/v0.2.59/contrib/completions/_ffsend"
- "ffsend-v$pkgver.fish::https://gitlab.com/timvisee/ffsend/raw/v0.2.59/contrib/completions/ffsend.fish"
- "LICENSE-v$pkgver::https://gitlab.com/timvisee/ffsend/raw/v0.2.59/LICENSE") # automatically set in CI, see: /.gitlab-ci.yml
-sha256sums=('f321b510186d794ed5efed076fd7c980fb7d8fd045605a6430cd61720048043f' '6d07b7c7cf241016687a486512ef0e0894e2dec2c2aa502f8646be230f33ab79' '8a8bc20a418a12eb87ffaf5c7905355fde7199d606eff00ef48a011d8ab0d08f' '0b4f6d36d9122fd9aa99028778a096b65d9270077a0743b226bef0306bf9bf14' '8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903')
+source=("ffsend-v$pkgver::https://github.com/timvisee/ffsend/releases/download/v0.2.61/ffsend-v0.2.61-linux-x64-static"
+ "ffsend-v$pkgver.bash::https://gitlab.com/timvisee/ffsend/raw/v0.2.61/contrib/completions/ffsend.bash"
+ "ffsend-v$pkgver.zsh::https://gitlab.com/timvisee/ffsend/raw/v0.2.61/contrib/completions/_ffsend"
+ "ffsend-v$pkgver.fish::https://gitlab.com/timvisee/ffsend/raw/v0.2.61/contrib/completions/ffsend.fish"
+ "LICENSE-v$pkgver::https://gitlab.com/timvisee/ffsend/raw/v0.2.61/LICENSE") # automatically set in CI, see: /.gitlab-ci.yml
+sha256sums=('a37d407bbe5db63259828b724c0c98c831a1fb1e0695992e80f54886b5ca3311' '6d07b7c7cf241016687a486512ef0e0894e2dec2c2aa502f8646be230f33ab79' '8a8bc20a418a12eb87ffaf5c7905355fde7199d606eff00ef48a011d8ab0d08f' '0b4f6d36d9122fd9aa99028778a096b65d9270077a0743b226bef0306bf9bf14' '8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903')
arch=('x86_64')
provides=('ffsend')
conflicts=('ffsend')