summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNagy Roland2021-10-16 09:43:47 +0300
committerNagy Roland2021-10-16 09:43:47 +0300
commit3ec63f449f0055f1ce5731bf7d7dc7fb91ffc17d (patch)
treecaad8fb7fb159211d990b7259eb2f6d036242e71
parentd4f226419c5613940045e80e856fc8741b866fb7 (diff)
downloadaur-3ec63f449f0055f1ce5731bf7d7dc7fb91ffc17d.tar.gz
update to version 4.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c36e62b25971..a9f3e4e0ef10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywhat
pkgdesc = Identify emails, IP addresses and more
- pkgver = 4.1.0
+ pkgver = 4.3.1
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-4.1.0.tar.gz::https://github.com/bee-san/pyWhat/archive/4.1.0.tar.gz
- sha256sums = 76a4bfd7bb55671dea91c8af414ff55b657e1178e83011007d4e5d68fbeae429
+ source = python-pywhat-4.3.1.tar.gz::https://github.com/bee-san/pyWhat/archive/4.3.1.tar.gz
+ sha256sums = 26970a4523e2fad2ac42cf419ca15e5040f9fa3beb28553a1b1257db713b8b77
pkgname = python-pywhat
diff --git a/PKGBUILD b/PKGBUILD
index 2ae9d546b5ea..c041e6b42d5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pywhat
_pkgname=pyWhat
-pkgver=4.1.0
+pkgver=4.3.1
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=("76a4bfd7bb55671dea91c8af414ff55b657e1178e83011007d4e5d68fbeae429")
+sha256sums=("26970a4523e2fad2ac42cf419ca15e5040f9fa3beb28553a1b1257db713b8b77")
prepare() {
cd "${_pkgname}-${pkgver}"