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 a368f63dfb63..55590f6392f3 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 = 1.7.0
+ pkgver = 1.7.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-1.7.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-1.7.1.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE
- sha256sums = c17404e1dea30d6e641333448ecd01585133327ec9d09e194c02c43bd7f82d13
+ sha256sums = b7ba75ad25534b25d8b5476f53b3ba1562f438c14c740783c6fd0473b451ee74
sha256sums = a6446256d9e2281e96a2279c0cf0d424700a311d9f2ad6e71e1a5bbb9abd5f29
pkgname = python-pyfunceble-dev
diff --git a/PKGBUILD b/PKGBUILD
index 1499d68c9e24..843288f5c2b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=python-${_appName}-dev
_name=${pkgname#python-}
upstreamName="PyFunceble-dev"
-pkgver=1.7.0
+pkgver=1.7.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=(
- "c17404e1dea30d6e641333448ecd01585133327ec9d09e194c02c43bd7f82d13"
+ "b7ba75ad25534b25d8b5476f53b3ba1562f438c14c740783c6fd0473b451ee74"
"a6446256d9e2281e96a2279c0cf0d424700a311d9f2ad6e71e1a5bbb9abd5f29"
)