summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3839e39d45e..5a1d3e4ef140 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.2
+ pkgver = 5.3.3
pkgrel = 1
url = https://github.com/aegoroff/hc
arch = x86_64
license = LGPL-3
- source = https://github.com/aegoroff/hc/releases/download/5.3.2/hc-5.3.2-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 8b2e863a5d001520d4d6c91991d61e89c00867bab5f47334968786a21fa66cd3
+ source = https://github.com/aegoroff/hc/releases/download/5.3.3/hc-5.3.3-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 2344151ea984da5b21df88fb32ae98752b48888a2844443da1682dd96ecb0abc
pkgname = hash-calculator-bin
diff --git a/PKGBUILD b/PKGBUILD
index 42163331a5c1..6fe55a69fa47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: egoroff <egoroff@gmail.com>
pkgname=hash-calculator-bin
-pkgver=5.3.2
+pkgver=5.3.3
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=('8b2e863a5d001520d4d6c91991d61e89c00867bab5f47334968786a21fa66cd3')
+sha256sums=('2344151ea984da5b21df88fb32ae98752b48888a2844443da1682dd96ecb0abc')
build() {
return 0