summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimvisee2019-12-29 16:03:34 +0000
committertimvisee2019-12-29 16:03:34 +0000
commit9f7b1cc74f7de23d19705a4f4376343191d5789e (patch)
tree2411cbb510cee27deb0d0436ead9c0184e13ea95
parent74cda3e24ae21b34088f9d4c34623915811eb4de (diff)
downloadaur-9f7b1cc74f7de23d19705a4f4376343191d5789e.tar.gz
Release v0.2.58
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc0938270ae0..2a8afe0e566c 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.57
+ pkgver = 0.2.58
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.57.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.57/ffsend-v0.2.57.tar.gz
- sha256sums = 2bae90e4801495b5f366c0696f61cc70aa6c7ce8e6a8aa1e22dfb456c384e9e3
+ source = ffsend-v0.2.58.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.58/ffsend-v0.2.58.tar.gz
+ sha256sums = 5a2e2b792d6763fdce4db6b4e815bbaa822bd7d4e6cf6c19fd3ec21ed4937700
pkgname = ffsend
diff --git a/PKGBUILD b/PKGBUILD
index 80d57e40b2df..7dc03ebec074 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.57
+pkgver=0.2.58
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.57/ffsend-v0.2.57.tar.gz")
-sha256sums=('2bae90e4801495b5f366c0696f61cc70aa6c7ce8e6a8aa1e22dfb456c384e9e3')
+source=("ffsend-v$pkgver.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.58/ffsend-v0.2.58.tar.gz")
+sha256sums=('5a2e2b792d6763fdce4db6b4e815bbaa822bd7d4e6cf6c19fd3ec21ed4937700')
arch=('x86_64' 'i686')
provides=('ffsend')
depends=('ca-certificates')