summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-02-21 18:12:02 -0700
committerMark Wagie2021-02-21 18:12:02 -0700
commit408d9ce1879f4b70ffdca05f397abff782c85fc7 (patch)
tree097c4fceebc80f8ea96df21d0f2829e8abd6ee07
parentf0a4cead09a000ee2f37b29f1fc7e9e4ee060307 (diff)
downloadaur-408d9ce1879f4b70ffdca05f397abff782c85fc7.tar.gz
4.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be046d797b37..38e1b9287dca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-wifi-hotspot
pkgdesc = Create virtual wifi hotspot using same wifi card which is connected to an AP + many features (a GUI tool)
- pkgver = 4.0.0
+ pkgver = 4.0.3
pkgrel = 1
url = https://github.com/lakinduakash/linux-wifi-hotspot
install = linux-wifi-hotspot.install
@@ -20,8 +20,8 @@ pkgbase = linux-wifi-hotspot
conflicts = wihotspot
conflicts = create_ap
backup = etc/create_ap.conf
- source = linux-wifi-hotspot-4.0.0.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v4.0.0.tar.gz
- sha256sums = d979876b7891fc6fb8fe7a1435a51354fef8c929da907c47e70eb441e649f88d
+ source = linux-wifi-hotspot-4.0.3.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v4.0.3.tar.gz
+ sha256sums = 39298a46daa41ac91034564f2e0a64d4afb90d9de442f1239d8fdfc96bd14900
pkgname = linux-wifi-hotspot
diff --git a/PKGBUILD b/PKGBUILD
index 803434f510f2..fd9b6ccf777f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=linux-wifi-hotspot
-pkgver=4.0.0
+pkgver=4.0.3
pkgrel=1
pkgdesc="Create virtual wifi hotspot using same wifi card which is connected to an AP + many features (a GUI tool)"
arch=('x86_64')
@@ -16,7 +16,7 @@ conflicts=('wihotspot' 'create_ap')
backup=('etc/create_ap.conf')
install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('d979876b7891fc6fb8fe7a1435a51354fef8c929da907c47e70eb441e649f88d')
+sha256sums=('39298a46daa41ac91034564f2e0a64d4afb90d9de442f1239d8fdfc96bd14900')
build() {
cd "$pkgname-$pkgver"