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 d8f7b502495c..7ba611ac0a89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyfunceble-dev
pkgdesc = The tool to check the availability or syntax of domains, IPv4 or URL.
- pkgver = 1.14.1
+ pkgver = 1.15.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.14.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-1.15.1.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE
- sha256sums = cc8c737a5b06b73f89c80aabceeb25add8c05803e2e9641ea878a93710f3be93
+ sha256sums = e5ff865f299228aa0aca5791bb4d4352d0f58148c94502c5b6e6003b1e858730
sha256sums = b6f0b000fe7b60a2d6d8b31454d705d928c6ffa8783722ba5c0419dd2c9084e4
pkgname = python-pyfunceble-dev
diff --git a/PKGBUILD b/PKGBUILD
index 475178afe363..324d9fee2696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=python-${_appName}-dev
_name=${pkgname#python-}
upstreamName="PyFunceble-dev"
-pkgver=1.14.1
+pkgver=1.15.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/dev/LICENSE"
)
sha256sums=(
- "cc8c737a5b06b73f89c80aabceeb25add8c05803e2e9641ea878a93710f3be93"
+ "e5ff865f299228aa0aca5791bb4d4352d0f58148c94502c5b6e6003b1e858730"
"b6f0b000fe7b60a2d6d8b31454d705d928c6ffa8783722ba5c0419dd2c9084e4"
)