summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27e0022877ca..c4a2d1cea312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wifi-password
pkgdesc = Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect
- pkgver = 1.0.9
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/sdushantha/wifi-password
arch = any
@@ -11,8 +11,8 @@ pkgbase = wifi-password
depends = python-pillow
depends = python-colorama
depends = python-image
- source = https://files.pythonhosted.org/packages/source/w/wifi-password/wifi-password-1.0.9.tar.gz
- sha256sums = 8b700c0d33796af88c2c8d35b1722c06fc816205b74e767f0e449dec52322607
+ source = https://files.pythonhosted.org/packages/source/w/wifi-password/wifi-password-1.1.1.tar.gz
+ sha256sums = 4ef68bf5566db5bbe7cf7d1e513fee7543f90371475f6ec9b9e488b4d3601078
pkgname = wifi-password
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 04238cc67f93..954cc1397a55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('wifi-password')
_module='wifi-password'
-pkgver='1.0.9'
+pkgver='1.1.1'
pkgrel=1
pkgdesc="Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect"
url="https://github.com/sdushantha/wifi-password"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('8b700c0d33796af88c2c8d35b1722c06fc816205b74e767f0e449dec52322607')
+sha256sums=('4ef68bf5566db5bbe7cf7d1e513fee7543f90371475f6ec9b9e488b4d3601078')
build() {
cd "${srcdir}/${_module}-${pkgver}"