diff options
author | funilrys | 2021-06-27 20:08:05 +0000 |
---|---|---|
committer | funilrys | 2021-06-27 20:08:05 +0000 |
commit | 55c77a45814739c81a044e76292440ab7fe9124a (patch) | |
tree | b4764f1a82508d50443f4863cbb6a0be7f83e4b4 | |
parent | 43a63fdc4e579066f08bd8ef18120bff77e8def3 (diff) | |
download | aur-55c77a45814739c81a044e76292440ab7fe9124a.tar.gz |
Update PyFunceble-dev to v4.0.0b60
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = pyfunceble-dev pkgdesc = The tool to check the availability or syntax of domain, IP or URL. - pkgver = 4.0.0b59 + pkgver = 4.0.0b60 pkgrel = 1 url = https://pyfunceble.github.io arch = any @@ -23,11 +23,11 @@ pkgbase = pyfunceble-dev depends = python-sqlalchemy depends = python-toml depends = python3 - provides = pyfunceble=4.0.0b59 + provides = pyfunceble=4.0.0b60 conflicts = pyfunceble - source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-4.0.0b59.tar.gz + source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-4.0.0b60.tar.gz source = https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE - sha256sums = e4fec465f7c854995239605f1c6f4de74bd54a0643590556ea92cf2788221d1e + sha256sums = 00a9891e1381b43ca0ec2c9d3c35fd25bfc3f0ab9fd333265fe0d32b8835c938 sha256sums = 69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d pkgname = pyfunceble-dev @@ -4,7 +4,7 @@ _appName="pyfunceble" pkgname=${_appName}-dev _name=${pkgname} upstreamName="PyFunceble-dev" -pkgver=4.0.0b59 +pkgver=4.0.0b60 pkgrel=1 pkgdesc="The tool to check the availability or syntax of domain, IP or URL." arch=('any') @@ -37,7 +37,7 @@ source=( "https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${upstreamName}-${pkgver}.tar.gz" "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE" ) -sha256sums=('e4fec465f7c854995239605f1c6f4de74bd54a0643590556ea92cf2788221d1e' +sha256sums=('00a9891e1381b43ca0ec2c9d3c35fd25bfc3f0ab9fd333265fe0d32b8835c938' '69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d') build() { |