summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-10-08 11:18:37 -0600
committerMark Wagie2020-10-08 11:18:37 -0600
commit09bae50b6ef8a046b44069ff7df27e60d9060330 (patch)
tree0a62a3ace6f3fcdbcc6081eaa1b413b2d4ace370
parent40ab1b703fa0e84fb334d8e5976dd5e3f844e60b (diff)
downloadaur-09bae50b6ef8a046b44069ff7df27e60d9060330.tar.gz
3.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff83d2839ec6..5eb6b88be601 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.0.0
+ pkgver = 3.1.1
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-3.0.0.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v3.0.0.tar.gz
- sha256sums = 33a24587a27b500e280da8a3d0a32008ed4b54705e021b7284d6649dfbbbf638
+ source = linux-wifi-hotspot-3.1.1.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v3.1.1.tar.gz
+ sha256sums = e5a6198e09ff5ff853e0cb0f225c6707c79ed8d3433d0a2e679a5ad1ca0eda19
pkgname = linux-wifi-hotspot
diff --git a/PKGBUILD b/PKGBUILD
index 7288d43f466d..76f7dd426ed3 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.0.0
+pkgver=3.1.1
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')
@@ -22,7 +22,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=('33a24587a27b500e280da8a3d0a32008ed4b54705e021b7284d6649dfbbbf638')
+sha256sums=('e5a6198e09ff5ff853e0cb0f225c6707c79ed8d3433d0a2e679a5ad1ca0eda19')
build() {
cd "${pkgname}-${pkgver}"