summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene C2024-07-10 10:05:31 -0400
committerGene C2024-07-10 10:05:31 -0400
commit73d1eb104fda965b3336668ad496b20df487ce40 (patch)
tree94ac177c7495cc53639c6e0c9a6d7c204cc1ca3c
parentea6e8d3a25f34efd5222bb4d0823e0a8ae1542b1 (diff)
downloadaur-73d1eb104fda965b3336668ad496b20df487ce40.tar.gz
update project to 3.3.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f36168bc039a..0d1278d49f0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iwinfo
pkgdesc = Provide wifi information about capabilities and network(s)
- pkgver = 3.2.0
+ pkgver = 3.3.0
pkgrel = 1
url = https://github.com/gene-git/iwinfo
install = iwinfo.install
@@ -18,7 +18,7 @@ pkgbase = iwinfo
depends = python>3.10
depends = libcap-ng>=0.6
depends = python-capng
- source = git+https://github.com/gene-git/iwinfo#tag=3.2.0
+ source = git+https://github.com/gene-git/iwinfo#tag=3.3.0
sha512sums = SKIP
pkgname = iwinfo
diff --git a/PKGBUILD b/PKGBUILD
index 3361685d01f5..dcd241178abc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname='iwinfo'
pkgdesc='Provide wifi information about capabilities and network(s)'
_gitname='iwinfo'
-pkgver=3.2.0
+pkgver=3.3.0
pkgrel=1
url="https://github.com/gene-git/iwinfo"