summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBiteDasher2020-05-09 14:35:05 +0300
committerBiteDasher2020-05-09 14:35:05 +0300
commitdcdbd872ea2fb63aa4d73122892cda3ba9ba5902 (patch)
tree9b5d6a5ba5a771d466f08428b0648f2d3dfbe599
parent176760c75ba34bcb0903451440cb60aabdc69859 (diff)
downloadaur-dcdbd872ea2fb63aa4d73122892cda3ba9ba5902.tar.gz
Update to upstream (1.8.3) version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54062758da54..4777155109e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wifiman
pkgdesc = Minimalistic wpa_supplicant configuration manager
- pkgver = 1.8.2
+ pkgver = 1.8.3
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.2.tar.gz::https://github.com/BiteDasher/wifiman/archive/1.8.2.tar.gz
- sha256sums = c8a65935a52791275e9ea9abcb1a182945e454037afa72519d6b940539ac201f
+ source = wifiman-1.8.3.tar.gz::https://github.com/BiteDasher/wifiman/archive/1.8.3.tar.gz
+ sha256sums = 7ce1719869273486c9c2f5f585cf079f1c4d95403dad84c2b519381dd7f55829
pkgname = wifiman
diff --git a/PKGBUILD b/PKGBUILD
index c9bb7fde82a6..688e018417be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Author: Artemii Sudakov <finziyr@yandex.ru>
pkgname=wifiman
-pkgver=1.8.2
+pkgver=1.8.3
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=("c8a65935a52791275e9ea9abcb1a182945e454037afa72519d6b940539ac201f")
+sha256sums=("7ce1719869273486c9c2f5f585cf079f1c4d95403dad84c2b519381dd7f55829")
package() {
cd $srcdir/$pkgname-$pkgver
make PREFIX="$pkgdir/usr" install