summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBiteDasher2020-05-08 17:54:17 +0300
committerBiteDasher2020-05-08 17:54:17 +0300
commit176760c75ba34bcb0903451440cb60aabdc69859 (patch)
tree0a8335b2487bd962b96f0c41145b570f159556e1
parent43633d18f4fa0a293dbb62b0ee0a0e95816232c7 (diff)
downloadaur-176760c75ba34bcb0903451440cb60aabdc69859.tar.gz
Update to upstream (1.8.2) version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd12c89fed08..54062758da54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wifiman
pkgdesc = Minimalistic wpa_supplicant configuration manager
- pkgver = 1.8.1
+ pkgver = 1.8.2
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.1.tar.gz::https://github.com/BiteDasher/wifiman/archive/1.8.1.tar.gz
- sha256sums = e48d05fc21109458b716336b7f65ceddf2c17d5966ace7ceca5e891b5977d551
+ source = wifiman-1.8.2.tar.gz::https://github.com/BiteDasher/wifiman/archive/1.8.2.tar.gz
+ sha256sums = c8a65935a52791275e9ea9abcb1a182945e454037afa72519d6b940539ac201f
pkgname = wifiman
diff --git a/PKGBUILD b/PKGBUILD
index 6f8c0506c099..c9bb7fde82a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Author: Artemii Sudakov <finziyr@yandex.ru>
pkgname=wifiman
-pkgver=1.8.1
+pkgver=1.8.2
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=("e48d05fc21109458b716336b7f65ceddf2c17d5966ace7ceca5e891b5977d551")
+sha256sums=("c8a65935a52791275e9ea9abcb1a182945e454037afa72519d6b940539ac201f")
package() {
cd $srcdir/$pkgname-$pkgver
make PREFIX="$pkgdir/usr" install