summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-02-20 11:02:23 -0700
committerMark Wagie2021-02-20 11:02:23 -0700
commitf0a4cead09a000ee2f37b29f1fc7e9e4ee060307 (patch)
treeb1e46e6bca26c1730ac16aff64b9e37506708377
parent4ad4763c51ce5c0c581a1285e820639b4ce30780 (diff)
downloadaur-f0a4cead09a000ee2f37b29f1fc7e9e4ee060307.tar.gz
4.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40d724bff5a8..be046d797b37 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.8
+ pkgver = 4.0.0
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.8.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v3.6.8.tar.gz
- sha256sums = 7295a656021baa1b2cd04ef105875425fd573b5f8ecb119cd69ccd009d5bed23
+ source = linux-wifi-hotspot-4.0.0.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v4.0.0.tar.gz
+ sha256sums = d979876b7891fc6fb8fe7a1435a51354fef8c929da907c47e70eb441e649f88d
pkgname = linux-wifi-hotspot
diff --git a/PKGBUILD b/PKGBUILD
index bbd40c70193c..803434f510f2 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.8
+pkgver=4.0.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')
@@ -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=('7295a656021baa1b2cd04ef105875425fd573b5f8ecb119cd69ccd009d5bed23')
+sha256sums=('d979876b7891fc6fb8fe7a1435a51354fef8c929da907c47e70eb441e649f88d')
build() {
cd "$pkgname-$pkgver"