summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2018-11-21 16:19:19 +0100
committerfunilrys2018-11-21 16:19:19 +0100
commitbdff9c7638149abe69c214f9a5261d90e7f418d6 (patch)
treef1abd342babbd2a3cc6b13fcdfa67bdc63b5a313
parentcedb0246b2718ca41e7c6be4a304ee1b6e2c75fd (diff)
downloadaur-bdff9c7638149abe69c214f9a5261d90e7f418d6.tar.gz
Update python-pyfunceble-dev to v0.129.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2f733b87a5a..a00011e1b3b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyfunceble-dev
pkgdesc = The tool to check the availability of domains, IPv4 or URL.
- pkgver = 0.129.0
+ pkgver = 0.129.1
pkgrel = 1
url = https://funilrys.github.io/PyFunceble/
arch = any
@@ -15,9 +15,9 @@ pkgbase = python-pyfunceble-dev
depends = python-domain2idna
provides = pyfunceble
conflicts = python-pyfunceble
- source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-0.129.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-0.129.1.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE
- sha256sums = b1fd55eb19a8a85957ce3b27c4caa7a75db07e2645a7eab935c7e9a9ed0e2a91
+ sha256sums = 63f88bb6731c91ae4fdf00478f78f78ec856c87d95f1c6008580eaf95dc4e6ab
sha256sums = a6446256d9e2281e96a2279c0cf0d424700a311d9f2ad6e71e1a5bbb9abd5f29
pkgname = python-pyfunceble-dev
diff --git a/PKGBUILD b/PKGBUILD
index bfc793c40ac5..c7b7fc80d684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=python-${_appName}-dev
_name=${pkgname#python-}
upstreamName="PyFunceble-dev"
-pkgver=0.129.0
+pkgver=0.129.1
pkgrel=1
pkgdesc="The tool to check the availability of domains, IPv4 or URL."
arch=('any')
@@ -27,7 +27,7 @@ source=(
"https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE"
)
sha256sums=(
- "b1fd55eb19a8a85957ce3b27c4caa7a75db07e2645a7eab935c7e9a9ed0e2a91"
+ "63f88bb6731c91ae4fdf00478f78f78ec856c87d95f1c6008580eaf95dc4e6ab"
"a6446256d9e2281e96a2279c0cf0d424700a311d9f2ad6e71e1a5bbb9abd5f29"
)