summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornoraj2021-05-16 16:26:49 +0200
committernoraj2021-05-16 16:26:49 +0200
commit2a141fe24a35f2c4c4bc61e8c2fd8662521aa232 (patch)
treee88e8e9d5327f1b1ebb5a67d535f4d67b1a2a221 /PKGBUILD
parent43d48e0296185c9e75a7a8f5e17eed6153e138c9 (diff)
downloadaur-2a141fe24a35f2c4c4bc61e8c2fd8662521aa232.tar.gz
v1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f73adf45f983..a7a7004ceeaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=haiti
_gemname=haiti-hash
-pkgver=1.0.0
+pkgver=1.1.1
pkgrel=1
pkgdesc='A CLI tool to identify the hash type of a given hash'
arch=('any')
-url='https://orange-cyberdefense.github.io/haiti/'
+url='https://noraj.github.io/haiti/'
license=('MIT')
depends=('ruby' 'ruby-paint' 'ruby-docopt')
options=(!emptydirs)
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
-#source=("https://github.com/Orange-Cyberdefense/$pkgname/archive/v$pkgver.tar.gz")
+#source=("https://github.com/noraj/$pkgname/archive/v$pkgver.tar.gz")
noextract=("$_gemname-$pkgver.gem")
-b2sums=('84006e0300e13adc13e74888f4fe7e40fd31cdd6dd413eede32be58a0455a650060da9d7b2f3219388bddfc22420485124e28bf54e968d70e03eb3fbd783a4a0')
+b2sums=('5c38b87f761aefbcf7ffc31e09a28cbb71b0949abda5142ea9199f7b3bb9d27209b8652f0c97feb39ae9d2d5a0cef8240ec1e2cfed345f7a81f60dbe695fd881')
package() {
_gemdir="$(ruby -e'puts Gem.default_dir')"