summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax furman2020-04-30 19:08:48 -0700
committermax furman2020-04-30 19:08:48 -0700
commit8ecaf9a37bfd1bbe4a6228950950a86dabac2001 (patch)
tree9ee5bed2a4fe29d3168767d1f130c1f509998f61 /PKGBUILD
parent4f426b801388c1e544f0c16d3f0ab9441ab874f1 (diff)
downloadaur-8ecaf9a37bfd1bbe4a6228950950a86dabac2001.tar.gz
Updated to v0.14.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39f2816f6061..bcf480306894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Nazar Mishturak <nazarmx@gmail.com>
_binname=step-ca
pkgname=$_binname-bin
-pkgver=0.14.3
+pkgver=0.14.4
pkgrel=1
pkgdesc="An online certificate authority and related tools for secure automated certificate management, so you can use TLS everywhere."
arch=('x86_64')
@@ -11,7 +11,7 @@ url="https://smallstep.com/certificates"
license=('Apache')
source=("https://github.com/smallstep/certificates/releases/download/v${pkgver}/step-certificates_linux_${pkgver}_amd64.tar.gz")
-sha256sums=('8594c39e32d4983e999ed6a5eb386af5ac7b44da63d17861a040a1a890358e5e')
+sha256sums=('60ccc26f0baee66898ad3f05f0c15069c17861cded2b3c58bee40e12e7f51343')
package() {
install -Dm755 "step-certificates_$pkgver/bin/$_binname" "$pkgdir/usr/bin/$_binname"