summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax furman2019-09-18 13:15:57 -0700
committermax furman2019-09-18 13:15:57 -0700
commit8d98de8c5ece0c79b910c2db9aa6bd6e2604bb3c (patch)
tree47c3d41a66bb322e28eb3988a2dd1f6f8850258a /PKGBUILD
parent75c8042dad5a5e6892ade0fa582f469e48cb0e43 (diff)
downloadaur-8d98de8c5ece0c79b910c2db9aa6bd6e2604bb3c.tar.gz
Updated to v0.13.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11e1bea416bb..86707a7dedcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Nazar Mishturak <nazarmx@gmail.com>
_binname=step-ca
pkgname=$_binname-bin
-pkgver=0.13.0
+pkgver=0.13.1
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=('d54e6d96e71537617c8d99bbe08743fd24ad4d8a1163cb3fa9a17aa2eb5db229')
+sha256sums=('29ea55aa572e3e8fc210bc30eaf8c111333d65dfc739a863f77e71c6c4a67941')
package() {
install -Dm755 "step-certificates_$pkgver/bin/$_binname" "$pkgdir/usr/bin/$_binname"