summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-01-22 14:28:00 -0700
committerMark Wagie2021-01-22 14:28:00 -0700
commit0363aed3b201f305ea010bff89bd7082a5d6d337 (patch)
tree723a434b1e1982286a98dd42ca03717767c4c367
parent6c2416a0843baf70a5ce443ab5d9b1626f6ea71f (diff)
downloadaur-0363aed3b201f305ea010bff89bd7082a5d6d337.tar.gz
3.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eda593388ae..2034fd278009 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.6.1
+ pkgver = 3.6.2
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.6.1.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v3.6.1.tar.gz
- sha256sums = 3f9164aa1046ba2ac090ef14920786730b63a77c2f174265e09d36c744c14e04
+ source = linux-wifi-hotspot-3.6.2.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v3.6.2.tar.gz
+ sha256sums = 7b7b41bbe347c3410e76f566b670e896fb27caeb87ce370141e2245ed8b65ce7
pkgname = linux-wifi-hotspot
diff --git a/PKGBUILD b/PKGBUILD
index 844f42f83bb6..5c929da9e27c 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.6.1
+pkgver=3.6.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=('3f9164aa1046ba2ac090ef14920786730b63a77c2f174265e09d36c744c14e04')
+sha256sums=('7b7b41bbe347c3410e76f566b670e896fb27caeb87ce370141e2245ed8b65ce7')
build() {
cd "${pkgname}-${pkgver}"