summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f012fa38455..444daa973018 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyfunceble
pkgdesc = The tool to check the availability or syntax of domains, IPv4 or URL.
- pkgver = 1.15.1
+ pkgver = 1.17.1
pkgrel = 1
url = https://funilrys.github.io/PyFunceble/
arch = any
@@ -13,11 +13,11 @@ pkgbase = pyfunceble
depends = python-urllib3
depends = python-requests
depends = domain2idna
- provides = pyfunceble=1.15.1
+ provides = pyfunceble=1.17.1
conflicts = pyfunceble-dev
- source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-1.15.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-1.17.1.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE
- sha256sums = 42d657b8b4f7f556682b9a11597cb8768d5e88edf5ff69b62cc70c4498cb70c2
+ sha256sums = b8bc5f68aeeae5671578bec3adf226c57be7d849525fec56850b662e7e3a4938
sha256sums = b6f0b000fe7b60a2d6d8b31454d705d928c6ffa8783722ba5c0419dd2c9084e4
pkgname = pyfunceble
diff --git a/PKGBUILD b/PKGBUILD
index 8e53cce52084..6303ba3dce18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
-pkgver=1.15.1
+pkgver=1.17.1
pkgrel=1
pkgdesc="The tool to check the availability or syntax of domains, IPv4 or URL."
arch=('any')
@@ -27,7 +27,7 @@ source=(
"https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE"
)
sha256sums=(
- "42d657b8b4f7f556682b9a11597cb8768d5e88edf5ff69b62cc70c4498cb70c2"
+ "b8bc5f68aeeae5671578bec3adf226c57be7d849525fec56850b662e7e3a4938"
"b6f0b000fe7b60a2d6d8b31454d705d928c6ffa8783722ba5c0419dd2c9084e4"
)