summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-10-31 08:25:50 -0600
committerMark Wagie2020-10-31 08:25:50 -0600
commitd1b7755e7700ccf371525d9763edea2ff2d6b5b8 (patch)
tree999ce2755f2e9772f1b2c985731ae24920267a80
parentb5749e81b7478e6b2e2f2454d22e6664a0efd1b4 (diff)
downloadaur-d1b7755e7700ccf371525d9763edea2ff2d6b5b8.tar.gz
3.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 296b463f2b9e..82f6a4ff6aea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.2
- pkgrel = 2
+ pkgver = 3.2.0
+ pkgrel = 1
url = https://github.com/lakinduakash/linux-wifi-hotspot
install = linux-wifi-hotspot.install
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = linux-wifi-hotspot
conflicts = wihotspot
conflicts = create_ap
backup = etc/create_ap.conf
- source = linux-wifi-hotspot-3.1.2.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v3.1.2.tar.gz
- sha256sums = af6cdc72876afe7ff1fad0573cfdc50b3958ae9ba04d56957c9b1a5547528b19
+ source = linux-wifi-hotspot-3.2.0.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v3.2.0.tar.gz
+ sha256sums = bbff45614d2449e08bc3a55f98285a3072f998a61e725b2c1a8d11a7abf0e0dc
pkgname = linux-wifi-hotspot
diff --git a/PKGBUILD b/PKGBUILD
index 818c0601e679..2577b0f23556 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# 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.2
-pkgrel=2
+pkgver=3.2.0
+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')
url="https://github.com/lakinduakash/linux-wifi-hotspot"
@@ -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=('af6cdc72876afe7ff1fad0573cfdc50b3958ae9ba04d56957c9b1a5547528b19')
+sha256sums=('bbff45614d2449e08bc3a55f98285a3072f998a61e725b2c1a8d11a7abf0e0dc')
build() {
cd "${pkgname}-${pkgver}"