summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroliboy2021-07-16 09:51:06 +0300
committerroliboy2021-07-16 09:51:06 +0300
commit1bc74f0077fab11f01917bfd37a9fe6410822e53 (patch)
tree174ebd8ed020c736e730d5d8e94977619df366a4
parent6340f1a67802969b163b33a75393322f0514979c (diff)
downloadaur-1bc74f0077fab11f01917bfd37a9fe6410822e53.tar.gz
update to version 3.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c4b54408eae..a0ee369257a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pywhat
pkgdesc = Identify emails, IP addresses and more
- pkgver = 3.1.0
- pkgrel = 2
+ pkgver = 3.2.0
+ pkgrel = 1
url = https://github.com/bee-san/pyWhat
arch = any
license = GPL-3.0
@@ -11,7 +11,7 @@ pkgbase = python-pywhat
depends = python-click
depends = python-name-that-hash
depends = python-rich
- source = python-pywhat-3.1.0.tar.gz::https://github.com/bee-san/pyWhat/archive/refs/tags/3.1.0.tar.gz
- sha256sums = 725e07c2ae4520021805d60628b636faa1c75c9da782f0b3e5ee514edc7926d3
+ source = python-pywhat-3.2.0.tar.gz::https://github.com/bee-san/pyWhat/archive/refs/tags/3.2.0.tar.gz
+ sha256sums = f742745a30357f9a7f8c0117f4ec3c8808016a3dfbdc8568600a0cacd3e3acc2
pkgname = python-pywhat
diff --git a/PKGBUILD b/PKGBUILD
index c790f415645b..ae6dc8dccd16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-pywhat
_pkgname=pyWhat
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
pkgdesc="Identify emails, IP addresses and more"
arch=('any')
depends=(
@@ -17,7 +17,7 @@ url="https://github.com/bee-san/pyWhat"
license=('GPL-3.0')
source=("$pkgname-$pkgver.tar.gz::https://github.com/bee-san/pyWhat/archive/refs/tags/$pkgver.tar.gz")
sha256sums=(
- "725e07c2ae4520021805d60628b636faa1c75c9da782f0b3e5ee514edc7926d3"
+ "f742745a30357f9a7f8c0117f4ec3c8808016a3dfbdc8568600a0cacd3e3acc2"
)
prepare() {