summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBiteDasher2020-05-17 19:40:27 +0300
committerBiteDasher2020-05-17 19:40:27 +0300
commitaadb17804bcfd5b3ef34b7c4e35561ad4934f417 (patch)
treed3520665b07fe98ad7d0ee8a000108bb2b72bab6
parent4d16baf71f7fa1f296be667db07be1eb4850fc97 (diff)
downloadaur-aadb17804bcfd5b3ef34b7c4e35561ad4934f417.tar.gz
Update to upstream (1.8.5) version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a93ab0a4275b..d080a17e64b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wifiman
pkgdesc = Minimalistic wpa_supplicant configuration manager
- pkgver = 1.8.4
+ pkgver = 1.8.5
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.4.tar.gz::https://github.com/BiteDasher/wifiman/archive/1.8.4.tar.gz
- sha256sums = ab5d200714b311dea7b775d3af4a92e77e7ad36f6c1d2f268bdb9caf9d2ac027
+ source = wifiman-1.8.5.tar.gz::https://github.com/BiteDasher/wifiman/archive/1.8.5.tar.gz
+ sha256sums = 731a055cf00e0f02bdbd737fbb2f996b3b7e3efb44c42dd55739f9ab8640deb3
pkgname = wifiman
diff --git a/PKGBUILD b/PKGBUILD
index cebb746f2df3..90c12f3683e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Author: Artemii Sudakov <finziyr@yandex.ru>
pkgname=wifiman
-pkgver=1.8.4
+pkgver=1.8.5
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=("ab5d200714b311dea7b775d3af4a92e77e7ad36f6c1d2f268bdb9caf9d2ac027")
+sha256sums=("731a055cf00e0f02bdbd737fbb2f996b3b7e3efb44c42dd55739f9ab8640deb3")
package() {
cd $srcdir/$pkgname-$pkgver
make PREFIX="$pkgdir/usr" install