summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-02-12 13:44:29 -0700
committerMark Wagie2021-02-12 13:44:29 -0700
commit4ad4763c51ce5c0c581a1285e820639b4ce30780 (patch)
treed6cd559e5101db8e7a3a53eed9fbdcb51db723a8
parentbc5ec281567ae9e64d01d39684b37a844714d3b5 (diff)
downloadaur-4ad4763c51ce5c0c581a1285e820639b4ce30780.tar.gz
3.6.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9d0a0d671ea..40d724bff5a8 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.7
+ pkgver = 3.6.8
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.7.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v3.6.7.tar.gz
- sha256sums = ae910e5982cb390cb63f828f48f8137af91e03ff2a6ca2db2ca4383b62a2376c
+ source = linux-wifi-hotspot-3.6.8.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v3.6.8.tar.gz
+ sha256sums = 7295a656021baa1b2cd04ef105875425fd573b5f8ecb119cd69ccd009d5bed23
pkgname = linux-wifi-hotspot
diff --git a/PKGBUILD b/PKGBUILD
index f55673b50bdf..bbd40c70193c 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=3.6.7
+pkgver=3.6.8
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=('ae910e5982cb390cb63f828f48f8137af91e03ff2a6ca2db2ca4383b62a2376c')
+sha256sums=('7295a656021baa1b2cd04ef105875425fd573b5f8ecb119cd69ccd009d5bed23')
build() {
cd "$pkgname-$pkgver"