summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2020-06-17 22:23:14 +0200
committerfunilrys2020-06-17 22:23:14 +0200
commit0077bb843284587992151f7a02252d28404f302a (patch)
tree931eecd43e61967bd25c683d7c54845f0b81f3f5
parent55a6f71b72f3254b8859204161f9b9087eaa4c6c (diff)
downloadaur-0077bb843284587992151f7a02252d28404f302a.tar.gz
Update PyFunceble to v3.2.2.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d30d95f61de7..056b963bb3f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyfunceble
pkgdesc = The tool to check the availability or syntax of domain, IP or URL.
- pkgver = 3.2.0
+ pkgver = 3.2.2
pkgrel = 1
url = https://pyfunceble.github.io
arch = any
@@ -18,11 +18,11 @@ pkgbase = pyfunceble
depends = python-setuptools
depends = python-urllib3
depends = python3
- provides = pyfunceble=3.2.0
+ provides = pyfunceble=3.2.2
conflicts = pyfunceble-dev
- source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-3.2.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-3.2.2.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE
- sha256sums = 0d54742f802d5a42db2856032d6d7cd9b6bf57689e595c8215b3f9ac255d39b7
+ sha256sums = 06d5b77429951d3ac603c72c09ca5705d2a340d5db590f7bc8f299f964ec2501
sha256sums = 2b8dc0c3f5c9a4042778b31496a0bf65f1aa6a516afa556d3d9426dbe2a92d48
pkgname = pyfunceble
diff --git a/PKGBUILD b/PKGBUILD
index 05f4cf2c3eb6..710bbc77136d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
-pkgver=3.2.0
+pkgver=3.2.2
pkgrel=1
pkgdesc="The tool to check the availability or syntax of domain, IP or URL."
arch=('any')
@@ -32,7 +32,7 @@ source=(
"https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE"
)
sha256sums=(
- "0d54742f802d5a42db2856032d6d7cd9b6bf57689e595c8215b3f9ac255d39b7"
+ "06d5b77429951d3ac603c72c09ca5705d2a340d5db590f7bc8f299f964ec2501"
"2b8dc0c3f5c9a4042778b31496a0bf65f1aa6a516afa556d3d9426dbe2a92d48"
)