summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 900a2c4481c3..01f10ab80456 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wireguard-go
pkgdesc = Go userspace implementation of WireGuard
- pkgver = 0.0.20220316
+ pkgver = 0.0.20230223
pkgrel = 1
url = https://git.zx2c4.com/wireguard-go/
arch = i686
@@ -11,7 +11,7 @@ pkgbase = wireguard-go
arch = aarch64
license = GPL
makedepends = go
- source = https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-0.0.20220316.tar.xz
- sha1sums = 9dbfef3009dc5da9c9f53a016049261db62c2ab8
+ source = https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-0.0.20230223.tar.xz
+ sha1sums = 9e53afd8d58a176b136d337d42ba109d71c11926
pkgname = wireguard-go
diff --git a/PKGBUILD b/PKGBUILD
index fe05f97eda52..0584682d2cf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Contributor: Lex Black <autumn-wind@web.de>
pkgname=wireguard-go
-pkgver=0.0.20220316
+pkgver=0.0.20230223
pkgrel=1
pkgdesc="Go userspace implementation of WireGuard"
arch=('i686' 'pentium4' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://git.zx2c4.com/wireguard-go/"
license=('GPL')
makedepends=('go')
-source=(https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-0.0.20220316.tar.xz)
-sha1sums=('9dbfef3009dc5da9c9f53a016049261db62c2ab8')
+source=(https://git.zx2c4.com/wireguard-go/snapshot/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('9e53afd8d58a176b136d337d42ba109d71c11926')
build() {