summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene C2024-09-07 09:48:13 -0400
committerGene C2024-09-07 09:48:13 -0400
commit9fba157b73c6ddecc4b677d51974490720ac9d14 (patch)
tree48df55a6f3e8b54eea57ec7835ba09de66b467db
parent1bdfef116fad0e0a93a0595a5490736444f6ed8e (diff)
downloadaur-9fba157b73c6ddecc4b677d51974490720ac9d14.tar.gz
update project version 5.9.1
-rw-r--r--.SRCINFO4
-rw-r--r--Changelog.rst6
-rw-r--r--PKGBUILD2
3 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 477e02c325e2..ac6501ef23f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wg-client
pkgdesc = Wireguard linux client (command line and gui)
- pkgver = 5.9.0
+ pkgver = 5.9.1
pkgrel = 1
url = https://github.com/gene-git/wg-client
install = wg-client.install
@@ -22,7 +22,7 @@ pkgbase = wg-client
depends = python-netaddr
depends = python-pynotify
depends = openssl>=3.0
- source = git+https://github.com/gene-git/wg-client#tag=5.9.0
+ source = git+https://github.com/gene-git/wg-client#tag=5.9.1
sha512sums = SKIP
pkgname = wg-client
diff --git a/Changelog.rst b/Changelog.rst
index 75a8a23c6dd1..46064a4880fb 100644
--- a/Changelog.rst
+++ b/Changelog.rst
@@ -1,6 +1,12 @@
Changelog
=========
+**[5.9.0] ----- 2024-07-07** ::
+
+ wg-fix-resolv: Improve compiler / loader options - see Makefile for details
+ update Docs/Changelog.rst Docs/wg-client.pdf
+
+
**[5.8.1] ----- 2024-07-07** ::
Typo in version string
diff --git a/PKGBUILD b/PKGBUILD
index 437edac6e7c5..c45ee44926b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname='wg-client'
pkgdesc='Wireguard linux client (command line and gui)'
_gitname='wg-client'
-pkgver=5.9.0
+pkgver=5.9.1
pkgrel=1
url="https://github.com/gene-git/wg-client"