diff options
author | Gene C | 2024-12-21 09:34:44 -0500 |
---|---|---|
committer | Gene C | 2024-12-21 09:34:44 -0500 |
commit | 23d92b6dcf137afb49b26add98dc8206382fcc4f (patch) | |
tree | d118c724cdf1c0d4618df5736b89eba210c2d2f8 | |
parent | 97d08d550ba8b5772ca3853c5f0b0d2b9dd645e0 (diff) | |
download | aur-23d92b6dcf137afb49b26add98dc8206382fcc4f.tar.gz |
update project version 6.1.0
-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.10.0 + pkgver = 6.1.0 pkgrel = 1 url = https://github.com/gene-git/wg-client install = wg-client.install @@ -21,7 +21,7 @@ pkgbase = wg-client depends = libcap depends = python-pynotify depends = openssl>=3.0 - source = git+https://github.com/gene-git/wg-client#tag=5.10.0 + source = git+https://github.com/gene-git/wg-client#tag=6.1.0 sha512sums = SKIP pkgname = wg-client diff --git a/Changelog.rst b/Changelog.rst index 309b1a8c4aa4..6604a04be1aa 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +**[5.10.0] ----- 2024-10-20** :: + + Use ipaddress in place of netaddr + update Docs/Changelog.rst Docs/wg-client.pdf + + **[5.9.3] ----- 2024-09-07** :: rst continued (gh seems different to sphinx) @@ -10,7 +10,7 @@ pkgname='wg-client' pkgdesc='Wireguard linux client (command line and gui)' _gitname='wg-client' -pkgver=5.10.0 +pkgver=6.1.0 pkgrel=1 url="https://github.com/gene-git/wg-client" |