summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax furman2019-04-11 13:15:13 -0700
committermax furman2019-04-11 13:15:13 -0700
commit62ca01ba9dd652976ab6ba78120504960586783b (patch)
tree16dc302d9fa06614afe0bc805f2640cf661ca095 /PKGBUILD
parent1c02895ddc382974cd7407177c750932491ce5f4 (diff)
downloadaur-62ca01ba9dd652976ab6ba78120504960586783b.tar.gz
Updated to v0.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab694dae0483..90c1aa3d3a12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nazar Mishturak <nazarmx@gmail.com>
_binname=step-ca
pkgname=$_binname-bin
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="An online certificate authority and related tools for secure automated certificate management, so you can use TLS everywhere."
arch=('x86_64')
@@ -9,7 +9,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=('67559a110d08dccfd4fc49108bb1aa58ab5c5831aae10af8dbbf4939e78f85b0')
+sha256sums=('9146f01e6ca1ffc929390d42b068108a100ddb54bf27295d0f7b49ac547e663b')
package() {
install -Dm755 "step-certificates_$pkgver/bin/$_binname" "$pkgdir/usr/bin/$_binname"