summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2020-09-13 14:31:21 +0200
committerfunilrys2020-09-13 14:31:21 +0200
commitea84b614c5a9725f858a6b4ac0ee474e88cc752e (patch)
tree16ef55afbd48c3ebc3749bb217e27fc284021a0f
parent96b83d099e07dd576afcaa1abb6de87d826dcbe5 (diff)
downloadaur-ea84b614c5a9725f858a6b4ac0ee474e88cc752e.tar.gz
Update PyFunceble to v3.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5129ba2833e4..d8f47af10129 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.3.2
+ pkgver = 3.3.3
pkgrel = 1
url = https://pyfunceble.github.io
arch = any
@@ -23,11 +23,11 @@ pkgbase = pyfunceble
depends = python-sqlalchemy
depends = python-toml
depends = python3
- provides = pyfunceble=3.3.2
+ provides = pyfunceble=3.3.3
conflicts = pyfunceble-dev
- source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-3.3.2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-3.3.3.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE
- sha256sums = 115bea76dce2cca29e6afb8524dab2112bf335d62a25aae1de5f8f4ab6a6e52f
+ sha256sums = e8e115642981afc43867d04465260a53c4ca3a0c5d4201da57688bbc295c8f50
sha256sums = 2b8dc0c3f5c9a4042778b31496a0bf65f1aa6a516afa556d3d9426dbe2a92d48
pkgname = pyfunceble
diff --git a/PKGBUILD b/PKGBUILD
index 6939a9eec732..f2353b7b3a97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
-pkgver=3.3.2
+pkgver=3.3.3
pkgrel=1
pkgdesc="The tool to check the availability or syntax of domain, IP or URL."
arch=('any')
@@ -37,7 +37,7 @@ source=(
"https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE"
)
sha256sums=(
- "115bea76dce2cca29e6afb8524dab2112bf335d62a25aae1de5f8f4ab6a6e52f"
+ "e8e115642981afc43867d04465260a53c4ca3a0c5d4201da57688bbc295c8f50"
"2b8dc0c3f5c9a4042778b31496a0bf65f1aa6a516afa556d3d9426dbe2a92d48"
)