summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Egorov2024-04-17 18:51:42 +0300
committerAlexander Egorov2024-04-17 18:51:42 +0300
commitba281296dc81127c2e32502c59fd43f050ddd6d5 (patch)
tree1c477e7edd831064d049aec10fd59262f9572706
parent1a3fd52d22857be50692ba7d1a7c9e98b06de095 (diff)
downloadaur-ba281296dc81127c2e32502c59fd43f050ddd6d5.tar.gz
hash-calculator-bin v5.3.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2954cc54241..b3839e39d45e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = hash-calculator-bin
pkgdesc = Hash Calculator is the console tool that can calculate about 50 cryptographic hashes of strings and files.
- pkgver = 5.3.1
+ pkgver = 5.3.2
pkgrel = 1
url = https://github.com/aegoroff/hc
arch = x86_64
license = LGPL-3
- source = https://github.com/aegoroff/hc/releases/download/5.3.1/hc-5.3.1-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 522975e0a20801a3c1e28c6613d2ce76b068a1a07ed6ac44282212eca4f8c0a5
+ source = https://github.com/aegoroff/hc/releases/download/5.3.2/hc-5.3.2-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 8b2e863a5d001520d4d6c91991d61e89c00867bab5f47334968786a21fa66cd3
pkgname = hash-calculator-bin
diff --git a/PKGBUILD b/PKGBUILD
index 001a46ae3d09..42163331a5c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: egoroff <egoroff@gmail.com>
pkgname=hash-calculator-bin
-pkgver=5.3.1
+pkgver=5.3.2
pkgrel=1
arch=('x86_64')
pkgdesc="Hash Calculator is the console tool that can calculate about 50 cryptographic hashes of strings and files."
url="https://github.com/aegoroff/hc"
license=('LGPL-3')
source=("https://github.com/aegoroff/hc/releases/download/${pkgver}/hc-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('522975e0a20801a3c1e28c6613d2ce76b068a1a07ed6ac44282212eca4f8c0a5')
+sha256sums=('8b2e863a5d001520d4d6c91991d61e89c00867bab5f47334968786a21fa66cd3')
build() {
return 0