summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsaruman92022-01-27 15:07:38 +0300
committersaruman92022-01-27 15:07:38 +0300
commitbbe8004bbe9a43347480fa71bb6e4993ecdb0311 (patch)
treeaaa1aeb3c35e0d35ac22f7f296f68a3a54ef09e8 /PKGBUILD
parent8731d03a8b32084f5e5321dc870f5e2ba0f6ed66 (diff)
downloadaur-bbe8004bbe9a43347480fa71bb6e4993ecdb0311.tar.gz
Bump version to 1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68eafa772003..d7dd916d7199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('python-crccheck')
_module=${pkgname#python-}
-pkgver='1.0'
+pkgver='1.1'
pkgrel=2
pkgdesc="Calculation library for CRCs and checksums"
url="https://sourceforge.net/projects/crccheck"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
license=('GPL3')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/${_module}/${_module}-${pkgver}.tar.gz")
-sha256sums=('17c42dc4f069308ae962b682b2974bdbf2f80ee682c7032a9df44880fca3c9ab')
+sha256sums=('45962231cab62b82d05160553eebd9b60ef3ae79dc39527caef52e27f979fa96')
build() {
cd "${srcdir}/${_module}-${pkgver}"