summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2018-11-30 05:46:39 +0100
committerfunilrys2018-11-30 05:46:39 +0100
commit9f29ca2944923ecd40bd0ebaa1d9972f0a7a5af6 (patch)
tree0f3d27e798445e948d8d7f5c2b75d2559b129cc1
parentc27e861b1f527d0fb19620c539bc8dc0b06df7ef (diff)
downloadaur-9f29ca2944923ecd40bd0ebaa1d9972f0a7a5af6.tar.gz
Update of python-pyfunceble-dev to v0.133.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c58d7a2c0cb2..79162f2ff8e3 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.133.0
+ pkgver = 0.133.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.133.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-0.133.1.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE
- sha256sums = 771d8f5a0f30a82715263163b9e417783674e66777ab1780538f7c132cc55caa
+ sha256sums = 71b869e0550fac68ccd2b59dc90fcdb2c0d97444dca2e78cbeece1dfe68d8959
sha256sums = a6446256d9e2281e96a2279c0cf0d424700a311d9f2ad6e71e1a5bbb9abd5f29
pkgname = python-pyfunceble-dev
diff --git a/PKGBUILD b/PKGBUILD
index f7986fd26b4f..1bb642c47e9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=python-${_appName}-dev
_name=${pkgname#python-}
upstreamName="PyFunceble-dev"
-pkgver=0.133.0
+pkgver=0.133.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=(
- "771d8f5a0f30a82715263163b9e417783674e66777ab1780538f7c132cc55caa"
+ "71b869e0550fac68ccd2b59dc90fcdb2c0d97444dca2e78cbeece1dfe68d8959"
"a6446256d9e2281e96a2279c0cf0d424700a311d9f2ad6e71e1a5bbb9abd5f29"
)