summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2021-10-10 07:36:51 +0000
committerfunilrys2021-10-10 07:36:51 +0000
commitd111b6a842442aa8e73d340f237da6a020a7d0af (patch)
tree21e4a7121c9fa403277c208b77da1413eb84e6dc /PKGBUILD
parent833ad3d99039b55ecf56d1a9b0f4d53e2e9a1ad2 (diff)
downloadaur-d111b6a842442aa8e73d340f237da6a020a7d0af.tar.gz
Update PyFunceble to v4.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cefd094d05d..c0003dc2e01d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
-pkgver=4.0.0
+pkgver=4.0.1
pkgrel=1
pkgdesc="The tool to check the availability or syntax of domain, IP or URL."
arch=('any')
@@ -36,7 +36,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${upstreamName}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE"
)
-sha256sums=('ed13bdfff38a85ba7740075b7758e326524670799aae53f844214340c675afc4'
+sha256sums=('bc4362a18c831a02d16ce1e5a4124f94ca494b8609c3e30805d014eb45d86792'
'69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d')
build() {