diff options
author | Gene C | 2024-09-07 09:48:13 -0400 |
---|---|---|
committer | Gene C | 2024-09-07 09:48:13 -0400 |
commit | 9fba157b73c6ddecc4b677d51974490720ac9d14 (patch) | |
tree | 48df55a6f3e8b54eea57ec7835ba09de66b467db | |
parent | 1bdfef116fad0e0a93a0595a5490736444f6ed8e (diff) | |
download | aur-9fba157b73c6ddecc4b677d51974490720ac9d14.tar.gz |
update project version 5.9.1
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | Changelog.rst | 6 | ||||
-rw-r--r-- | PKGBUILD | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -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 @@ -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" |