summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax furman2020-07-02 14:50:25 -0700
committermax furman2020-07-02 14:50:25 -0700
commitcf97bb7730f5083b0ad809e618f31806e7a71989 (patch)
treed607def847f9155a11581b144eb62ed58effe3ea /PKGBUILD
parent19de097f14166d74218945f20473fc85368458b3 (diff)
downloadaur-cf97bb7730f5083b0ad809e618f31806e7a71989.tar.gz
Updated to v0.14.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7c8b6f34554..ebe988d6966d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Nazar Mishturak <nazarmx@gmail.com>
_binname=step-ca
pkgname=$_binname-bin
-pkgver=0.14.5
+pkgver=0.14.6
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=('4be357776c78643847ce3a43eb5761e8217dc48a0b461aff5c6aa4a2e87f23c3')
+sha256sums=('3b026b5a1603eb6fae3b6f24dc78ef2e73e416f11fb5bcf0edaad5663ea1107c')
package() {
install -Dm755 "step-certificates_$pkgver/bin/$_binname" "$pkgdir/usr/bin/$_binname"