summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa99396a10b5..e240f3e8e7fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-name-that-hash
pkgdesc = The Modern Hash Identifcation System
- pkgver = 1.2.0
- pkgrel = 1
+ pkgver = 1.4.0
+ pkgrel = 2
url = https://github.com/HashPals/Name-That-Hash
arch = any
license = (L)GPL3
@@ -9,8 +9,8 @@ pkgbase = python-name-that-hash
depends = python
depends = python-click
depends = python-rich
- source = https://files.pythonhosted.org/packages/source/n/name-that-hash/name-that-hash-1.2.0.tar.gz
- md5sums = 1d024706cb97a22df3e76be2779980c0
+ source = https://files.pythonhosted.org/packages/source/n/name-that-hash/name-that-hash-1.4.0.tar.gz
+ md5sums = d4e70b2bbc2fedc7f591b9047fd6641d
pkgname = python-name-that-hash
diff --git a/PKGBUILD b/PKGBUILD
index 034ae8668d60..a881f31868e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
#Maintainer: Machina <machinax@protonmail.com>
pkgname='python-name-that-hash'
_module='name-that-hash'
-pkgver=1.2.0
-pkgrel=1
+pkgver=1.4.0
+pkgrel=2
pkgdesc="The Modern Hash Identifcation System"
url="https://github.com/HashPals/Name-That-Hash"
makedepends=('python-setuptools')
@@ -10,7 +10,7 @@ depends=('python' 'python-click' 'python-rich')
license=('(L)GPL3')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-md5sums=('1d024706cb97a22df3e76be2779980c0')
+md5sums=('d4e70b2bbc2fedc7f591b9047fd6641d')
build()
{