summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn A. Leuenhagen2022-01-09 14:09:59 -0500
committerJohn A. Leuenhagen2022-01-09 14:09:59 -0500
commit28853ef490377c6f13d6108ed77ec5b5d417a44a (patch)
tree66d7aef106f447756789fa133a6b9cf6c2f7a2bd /PKGBUILD
parentd8e3f461abcc037ee87485213f4a4be640f9a442 (diff)
downloadaur-28853ef490377c6f13d6108ed77ec5b5d417a44a.tar.gz
v1.0.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 587d7a6a59a5..f5e0660351f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vinay Shastry <vinayshastry at gmail dot com>
pkgname=wormhole-william
-pkgver=1.0.5
+pkgver=1.0.6
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=('a3e522a200168876e5762fb9aedd72724218cf0339b7024c30cd132e95d67d55')
+sha256sums=('89161c90fff42ca40dc868fc920f90432655164375076525cd1c95f36a4b91d5')
build() {
cd "${pkgname}-${pkgver}"