summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-10-28 09:16:15 -0600
committerMark Wagie2020-10-28 09:16:15 -0600
commitf268d9b3cecd7081ee02771c8e424dae71241252 (patch)
tree8946f5b165f5af620d574841bb10294f9e1ea6b1
parent4d286885079a6abab929eda8af9ee1e31bc81f75 (diff)
downloadaur-f268d9b3cecd7081ee02771c8e424dae71241252.tar.gz
3.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 031dde15537e..7f9a586e7961 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 = 3.1.1
+ pkgver = 3.1.2
pkgrel = 1
url = https://github.com/lakinduakash/linux-wifi-hotspot
install = linux-wifi-hotspot.install
@@ -19,8 +19,8 @@ pkgbase = linux-wifi-hotspot
conflicts = wihotspot
conflicts = create_ap
backup = etc/create_ap.conf
- source = linux-wifi-hotspot-3.1.1.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v3.1.1.tar.gz
- sha256sums = e5a6198e09ff5ff853e0cb0f225c6707c79ed8d3433d0a2e679a5ad1ca0eda19
+ source = linux-wifi-hotspot-3.1.2.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v3.1.2.tar.gz
+ sha256sums = 13d315a8a4d4f110e4969613bdbf64a73a8da2663e1344e7bf35cf639b7036d0
pkgname = linux-wifi-hotspot
diff --git a/PKGBUILD b/PKGBUILD
index 66a46e0a8a77..48678f185700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=linux-wifi-hotspot
-pkgver=3.1.1
+pkgver=3.1.2
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')
@@ -21,7 +21,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=('e5a6198e09ff5ff853e0cb0f225c6707c79ed8d3433d0a2e679a5ad1ca0eda19')
+sha256sums=('13d315a8a4d4f110e4969613bdbf64a73a8da2663e1344e7bf35cf639b7036d0')
build() {
cd "${pkgname}-${pkgver}"