summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornoraj2021-12-16 14:37:15 +0100
committernoraj2021-12-16 14:37:15 +0100
commitd27e2c91e95b48cd596abf60d14d5416b23fc766 (patch)
tree72807f7b32da799d63e81c2ce19ae1b644c61ed8 /PKGBUILD
parent2a141fe24a35f2c4c4bc61e8c2fd8662521aa232 (diff)
downloadaur-d27e2c91e95b48cd596abf60d14d5416b23fc766.tar.gz
v1.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7a7004ceeaf..4fd4152e5d78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=haiti
_gemname=haiti-hash
-pkgver=1.1.1
+pkgver=1.2.3
pkgrel=1
-pkgdesc='A CLI tool to identify the hash type of a given hash'
+pkgdesc='Hash type identifier (CLI & lib)'
arch=('any')
url='https://noraj.github.io/haiti/'
license=('MIT')
@@ -13,7 +13,7 @@ options=(!emptydirs)
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
#source=("https://github.com/noraj/$pkgname/archive/v$pkgver.tar.gz")
noextract=("$_gemname-$pkgver.gem")
-b2sums=('5c38b87f761aefbcf7ffc31e09a28cbb71b0949abda5142ea9199f7b3bb9d27209b8652f0c97feb39ae9d2d5a0cef8240ec1e2cfed345f7a81f60dbe695fd881')
+b2sums=('72945dcc6a9c63ddadc4c93297cb1c16b1d9d8a4fe46a5083215806bd11ee15eaa3aa9617ea79d0b671d01c442d69bbd9b6e2b47f94afbe6aba6bf7ca5751e19')
package() {
_gemdir="$(ruby -e'puts Gem.default_dir')"