summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimvisee2019-05-04 14:16:09 +0000
committertimvisee2019-05-04 14:16:09 +0000
commit34b541819a6a75b8c2d1cfda95345d4c44d40b35 (patch)
tree8cddcab52f1f6adcc1f79c4102313f2260877bff
parentb7a61f4841354c6a18de6b3ad02e67d323f9b2d9 (diff)
downloadaur-34b541819a6a75b8c2d1cfda95345d4c44d40b35.tar.gz
Release v0.2.46
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3442f5831bca..d5a841099f7f 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.45
+ pkgver = 0.2.46
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.45.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.45/ffsend-v0.2.45.tar.gz
- sha256sums = 8d8f56b7d5bb036871eeef552fe4e2f716c287f3a9e5cec590f434bb63dc3c1a
+ source = ffsend-v0.2.46.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.46/ffsend-v0.2.46.tar.gz
+ sha256sums = 461ae40a2ba33ca86d3f573b707a8996373fcf1beca9d8b3406f85f167cae561
pkgname = ffsend
diff --git a/PKGBUILD b/PKGBUILD
index 5af2cb73e9f0..eb01e3c5a888 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.45
+pkgver=0.2.46
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.45/ffsend-v0.2.45.tar.gz")
-sha256sums=('8d8f56b7d5bb036871eeef552fe4e2f716c287f3a9e5cec590f434bb63dc3c1a')
+source=("ffsend-v$pkgver.tar.gz::https://gitlab.com/timvisee/ffsend/-/archive/v0.2.46/ffsend-v0.2.46.tar.gz")
+sha256sums=('461ae40a2ba33ca86d3f573b707a8996373fcf1beca9d8b3406f85f167cae561')
arch=('x86_64' 'i686')
provides=('ffsend')
depends=('ca-certificates')