diff options
author | funilrys | 2021-11-27 11:30:32 +0000 |
---|---|---|
committer | funilrys | 2021-11-27 11:30:32 +0000 |
commit | d35e2c0ccce104322c4f24d933308e9a06b796c4 (patch) | |
tree | ea647434381d51c462bca43789d915f0e2d39e31 | |
parent | 5fa5eef81029ad3a54cb15d280ba24ad0070e1b3 (diff) | |
download | aur-d35e2c0ccce104322c4f24d933308e9a06b796c4.tar.gz |
Update PyFunceble-dev to v4.0.2b6
-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.2b5 + pkgver = 4.0.2b6 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.2b5 + provides = pyfunceble=4.0.2b6 conflicts = pyfunceble - source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-4.0.2b5.tar.gz + source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-4.0.2b6.tar.gz source = https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE - sha256sums = 21f3cb05ec0c66d87706b7b69e0f87c376132a68cc145d6b46d79fc64105ddc4 + sha256sums = fe0ac4be942e2e6484ec1609fb39a1eda4f80439e2b6e8ba8bbc848311e3d230 sha256sums = 69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d pkgname = pyfunceble-dev @@ -4,7 +4,7 @@ _appName="pyfunceble" pkgname=${_appName}-dev _name=${pkgname} upstreamName="PyFunceble-dev" -pkgver=4.0.2b5 +pkgver=4.0.2b6 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=('21f3cb05ec0c66d87706b7b69e0f87c376132a68cc145d6b46d79fc64105ddc4' +sha256sums=('fe0ac4be942e2e6484ec1609fb39a1eda4f80439e2b6e8ba8bbc848311e3d230' '69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d') build() { |