summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A. Leuenhagen2021-03-17 12:38:49 -0400
committerJohn A. Leuenhagen2021-03-17 12:38:49 -0400
commitd8e3f461abcc037ee87485213f4a4be640f9a442 (patch)
tree2155353ae01a01a2077b100f78dfb27f9c7e33d7
parentc066e72e071a16ec882337f09d86ad67aecf2e65 (diff)
downloadaur-d8e3f461abcc037ee87485213f4a4be640f9a442.tar.gz
Bump to v1.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1d1389cff5c..9fa981bebd53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wormhole-william
pkgdesc = A go (golang) implementation of magic wormhole. It provides secure end-to-end encrypted file transfers between computers. It is compatible with the official python magic wormhole cli tool (see magic-wormhole package).
- pkgver = 1.0.4
+ pkgver = 1.0.5
pkgrel = 1
url = https://github.com/psanford/wormhole-william
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = wormhole-william
makedepends = go
makedepends = git
depends = glibc
- source = https://github.com/psanford/wormhole-william/archive/v1.0.4.tar.gz
- sha256sums = 8757847b13dc9830edeefcf467ebed9384646df4a325007ed6bf1840e4cb1260
+ source = https://github.com/psanford/wormhole-william/archive/v1.0.5.tar.gz
+ sha256sums = a3e522a200168876e5762fb9aedd72724218cf0339b7024c30cd132e95d67d55
pkgname = wormhole-william
diff --git a/PKGBUILD b/PKGBUILD
index 21d556f8180a..587d7a6a59a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vinay Shastry <vinayshastry at gmail dot com>
pkgname=wormhole-william
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc='A go (golang) implementation of magic wormhole. It provides secure end-to-end encrypted file transfers between computers. It is compatible with the official python magic wormhole cli tool (see magic-wormhole package).'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('glibc')
makedepends=('go' 'git')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('8757847b13dc9830edeefcf467ebed9384646df4a325007ed6bf1840e4cb1260')
+sha256sums=('a3e522a200168876e5762fb9aedd72724218cf0339b7024c30cd132e95d67d55')
build() {
cd "${pkgname}-${pkgver}"