summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBiteDasher2020-05-12 16:06:30 +0300
committerBiteDasher2020-05-12 16:06:30 +0300
commit4d16baf71f7fa1f296be667db07be1eb4850fc97 (patch)
tree7c2053db0f2a0e033002879465cef26911cdede0
parentdcdbd872ea2fb63aa4d73122892cda3ba9ba5902 (diff)
downloadaur-4d16baf71f7fa1f296be667db07be1eb4850fc97.tar.gz
Update to upstream (1.8.4) version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4777155109e3..a93ab0a4275b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wifiman
pkgdesc = Minimalistic wpa_supplicant configuration manager
- pkgver = 1.8.3
+ pkgver = 1.8.4
pkgrel = 1
url = https://github.com/BiteDasher/wifiman
arch = any
@@ -15,8 +15,8 @@ pkgbase = wifiman
optdepends = dhclient: DHCP client
optdepends = wifiman-indicator: LibAppIndicator support
provides = wifigui
- source = wifiman-1.8.3.tar.gz::https://github.com/BiteDasher/wifiman/archive/1.8.3.tar.gz
- sha256sums = 7ce1719869273486c9c2f5f585cf079f1c4d95403dad84c2b519381dd7f55829
+ source = wifiman-1.8.4.tar.gz::https://github.com/BiteDasher/wifiman/archive/1.8.4.tar.gz
+ sha256sums = ab5d200714b311dea7b775d3af4a92e77e7ad36f6c1d2f268bdb9caf9d2ac027
pkgname = wifiman
diff --git a/PKGBUILD b/PKGBUILD
index 688e018417be..cebb746f2df3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Author: Artemii Sudakov <finziyr@yandex.ru>
pkgname=wifiman
-pkgver=1.8.3
+pkgver=1.8.4
pkgrel=1
pkgdesc="Minimalistic wpa_supplicant configuration manager"
arch=('any')
@@ -14,7 +14,7 @@ optdepends=(
)
provides=('wifigui')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/BiteDasher/wifiman/archive/${pkgver}.tar.gz")
-sha256sums=("7ce1719869273486c9c2f5f585cf079f1c4d95403dad84c2b519381dd7f55829")
+sha256sums=("ab5d200714b311dea7b775d3af4a92e77e7ad36f6c1d2f268bdb9caf9d2ac027")
package() {
cd $srcdir/$pkgname-$pkgver
make PREFIX="$pkgdir/usr" install