summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-12-26 14:43:30 -0700
committerMark Wagie2021-12-26 14:43:30 -0700
commita043a76feff04d6640daa055ac3ccb5eee69cdef (patch)
treed03cf950733962de101a085dee04cfc91a3804d5
parentfa4d48f2048ae3de91bb06bb4a1723c23898ea20 (diff)
downloadaur-a043a76feff04d6640daa055ac3ccb5eee69cdef.tar.gz
4.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8d0df40633c..869cbb683915 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-wifi-hotspot
pkgdesc = Feature-rich wifi hotspot creator
- pkgver = 4.3.3
+ pkgver = 4.4.0
pkgrel = 1
url = https://github.com/lakinduakash/linux-wifi-hotspot
install = linux-wifi-hotspot.install
@@ -22,7 +22,7 @@ pkgbase = linux-wifi-hotspot
conflicts = wihotspot
conflicts = create_ap
backup = etc/create_ap.conf
- source = linux-wifi-hotspot-4.3.3.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v4.3.3.tar.gz
- sha256sums = 39d3476b60c92ac7de5405b998828570f3c0a3dfb3f0b4d4d874c05265bdf411
+ source = linux-wifi-hotspot-4.4.0.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v4.4.0.tar.gz
+ sha256sums = f963c83ec1c84911956bcbb7291203f142e17a626a9664a02adba6962eb05d10
pkgname = linux-wifi-hotspot
diff --git a/PKGBUILD b/PKGBUILD
index 08c1f63142b1..728f205cf9f7 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=4.3.3
+pkgver=4.4.0
pkgrel=1
pkgdesc="Feature-rich wifi hotspot creator"
arch=('x86_64' 'aarch64')
@@ -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=('39d3476b60c92ac7de5405b998828570f3c0a3dfb3f0b4d4d874c05265bdf411')
+sha256sums=('f963c83ec1c84911956bcbb7291203f142e17a626a9664a02adba6962eb05d10')
build() {
cd "$pkgname-$pkgver"