summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax furman2019-09-13 16:34:15 -0700
committermax furman2019-09-13 16:34:15 -0700
commit75c8042dad5a5e6892ade0fa582f469e48cb0e43 (patch)
tree20ea42caa61caf46f57b624961490a34d39c6551 /PKGBUILD
parent910f9a9c82da0cb1f4761fd2743cbc714703483a (diff)
downloadaur-75c8042dad5a5e6892ade0fa582f469e48cb0e43.tar.gz
Updated to v0.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e057ab035fb6..11e1bea416bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Nazar Mishturak <nazarmx@gmail.com>
_binname=step-ca
pkgname=$_binname-bin
-pkgver=0.12.0
+pkgver=0.13.0
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_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('856f970589c971eb47fb6279251a48400cf531254524c1dab25539cd3346cb7b')
+sha256sums=('d54e6d96e71537617c8d99bbe08743fd24ad4d8a1163cb3fa9a17aa2eb5db229')
package() {
install -Dm755 "step-certificates_$pkgver/bin/$_binname" "$pkgdir/usr/bin/$_binname"