summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-09-29 09:34:18 -0600
committerMark Wagie2021-09-29 09:34:18 -0600
commit5408bdcebaa208bb33a7fabe68651b2a2e6ebce6 (patch)
tree77e0c51380ce0fae452e3c7a4a4ce91e8928e687
parent13dbd951bf9271706f39b7436dd932f0e1984bfd (diff)
downloadaur-5408bdcebaa208bb33a7fabe68651b2a2e6ebce6.tar.gz
4.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca428c9be047..cd193f1c3b3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-wifi-hotspot
pkgdesc = Feature-rich wifi hotspot creator
- pkgver = 4.1.0
- pkgrel = 2
+ pkgver = 4.2.0
+ pkgrel = 1
url = https://github.com/lakinduakash/linux-wifi-hotspot
install = linux-wifi-hotspot.install
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = linux-wifi-hotspot
conflicts = wihotspot
conflicts = create_ap
backup = etc/create_ap.conf
- source = linux-wifi-hotspot-4.1.0.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v4.1.0.tar.gz
- sha256sums = 7deb1aab2545cd1c2a311e678d3c07778688e29fbf53b4f434563a64532e4c25
+ source = linux-wifi-hotspot-4.2.0.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v4.2.0.tar.gz
+ sha256sums = e8e2561bf66e70c832f05ec896209e8ef69234b0483c79d59aa479117a581668
pkgname = linux-wifi-hotspot
diff --git a/PKGBUILD b/PKGBUILD
index 08e0a0b05815..a99d131e25a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=linux-wifi-hotspot
-pkgver=4.1.0
-pkgrel=2
+pkgver=4.2.0
+pkgrel=1
pkgdesc="Feature-rich wifi hotspot creator"
arch=('x86_64' 'aarch64')
url="https://github.com/lakinduakash/linux-wifi-hotspot"
@@ -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=('7deb1aab2545cd1c2a311e678d3c07778688e29fbf53b4f434563a64532e4c25')
+sha256sums=('e8e2561bf66e70c832f05ec896209e8ef69234b0483c79d59aa479117a581668')
prepare() {
cd "$pkgname-$pkgver"