summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A. Leuenhagen2024-02-02 02:37:12 -0500
committerJohn A. Leuenhagen2024-02-02 02:37:12 -0500
commitfba90ba74aa4f484d2f493d8c1ce080237b994b2 (patch)
tree41ed1705914a83d0cca2fbb3d82fa50d3c0d8908
parent28853ef490377c6f13d6108ed77ec5b5d417a44a (diff)
downloadaur-fba90ba74aa4f484d2f493d8c1ce080237b994b2.tar.gz
v1.0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9e496ecfa23..e415d5697139 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.6
+ pkgver = 1.0.7
pkgrel = 1
url = https://github.com/psanford/wormhole-william
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = wormhole-william
makedepends = go
makedepends = git
depends = glibc
- source = https://github.com/psanford/wormhole-william/archive/v1.0.6.tar.gz
- sha256sums = 89161c90fff42ca40dc868fc920f90432655164375076525cd1c95f36a4b91d5
+ source = https://github.com/psanford/wormhole-william/archive/v1.0.7.tar.gz
+ sha256sums = a335d2f338ef61ee4bb12ce9adc5ab57652ca32e7ef05bfecaf0a0003b418854
pkgname = wormhole-william
diff --git a/PKGBUILD b/PKGBUILD
index f5e0660351f9..67f5fa231773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vinay Shastry <vinayshastry at gmail dot com>
pkgname=wormhole-william
-pkgver=1.0.6
+pkgver=1.0.7
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=('89161c90fff42ca40dc868fc920f90432655164375076525cd1c95f36a4b91d5')
+sha256sums=('a335d2f338ef61ee4bb12ce9adc5ab57652ca32e7ef05bfecaf0a0003b418854')
build() {
cd "${pkgname}-${pkgver}"