summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroliboy2022-06-13 15:27:54 +0300
committerroliboy2022-06-13 15:27:54 +0300
commit194b81dc7c72ff194188256ff3b2c29a4ad0424f (patch)
treeb25b419351d43417178292549033bd79b9a8565b
parent405f9f1ea27fd4a9fea2d1b9f9e336ab0939358f (diff)
downloadaur-194b81dc7c72ff194188256ff3b2c29a4ad0424f.tar.gz
update to version 5.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f4d91631504..c46d1f4301db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywhat
pkgdesc = Identify emails, IP addresses and more
- pkgver = 5.0.0
+ pkgver = 5.1.0
pkgrel = 1
url = https://github.com/bee-san/pyWhat
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-pywhat
depends = python-click
depends = python-rich
optdepends = python-orjson: faster JSON serialization and deserialization
- source = python-pywhat-5.0.0.tar.gz::https://github.com/bee-san/pyWhat/archive/5.0.0.tar.gz
- sha256sums = 52f74c4cb48cea03aaed25400bb4ef0a570e12f20869d45354be15afe88703ce
+ source = python-pywhat-5.1.0.tar.gz::https://github.com/bee-san/pyWhat/archive/5.1.0.tar.gz
+ sha256sums = 1e8d8052e007c30165b9cb51466dcdc1cfdea555aab0986bf7f11731095f1400
pkgname = python-pywhat
diff --git a/PKGBUILD b/PKGBUILD
index 15935bba8177..90700557506b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pywhat
_pkgname=pyWhat
-pkgver=5.0.0
+pkgver=5.1.0
pkgrel=1
pkgdesc="Identify emails, IP addresses and more"
arch=("any")
@@ -21,7 +21,7 @@ optdepends=(
url="https://github.com/bee-san/pyWhat"
license=("MIT")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=("52f74c4cb48cea03aaed25400bb4ef0a570e12f20869d45354be15afe88703ce")
+sha256sums=("1e8d8052e007c30165b9cb51466dcdc1cfdea555aab0986bf7f11731095f1400")
prepare() {
cd "${_pkgname}-${pkgver}"