summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-10-29 09:59:46 -0600
committerMark Wagie2020-10-29 09:59:46 -0600
commitb5749e81b7478e6b2e2f2454d22e6664a0efd1b4 (patch)
tree63df979419c27d2fefde10284b45daad54eac3f5
parentf268d9b3cecd7081ee02771c8e424dae71241252 (diff)
downloadaur-b5749e81b7478e6b2e2f2454d22e6664a0efd1b4.tar.gz
update checksums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f9a586e7961..296b463f2b9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lakinduakash/linux-wifi-hotspot
install = linux-wifi-hotspot.install
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = linux-wifi-hotspot
conflicts = create_ap
backup = etc/create_ap.conf
source = linux-wifi-hotspot-3.1.2.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v3.1.2.tar.gz
- sha256sums = 13d315a8a4d4f110e4969613bdbf64a73a8da2663e1344e7bf35cf639b7036d0
+ sha256sums = af6cdc72876afe7ff1fad0573cfdc50b3958ae9ba04d56957c9b1a5547528b19
pkgname = linux-wifi-hotspot
diff --git a/PKGBUILD b/PKGBUILD
index 48678f185700..818c0601e679 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=linux-wifi-hotspot
pkgver=3.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Create virtual wifi hotspot using same wifi card which is connected to an AP + many features (a GUI tool)"
arch=('x86_64')
url="https://github.com/lakinduakash/linux-wifi-hotspot"
@@ -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=('13d315a8a4d4f110e4969613bdbf64a73a8da2663e1344e7bf35cf639b7036d0')
+sha256sums=('af6cdc72876afe7ff1fad0573cfdc50b3958ae9ba04d56957c9b1a5547528b19')
build() {
cd "${pkgname}-${pkgver}"