summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax furman2019-04-30 11:46:40 -0700
committermax furman2019-04-30 11:46:40 -0700
commit7b418f7453dc49005c27d106cab4ce3c7d2e2705 (patch)
tree8b593425f4ba027fa72b05693241fe1c2091271a /PKGBUILD
parent1adc262adf58342c78a84c5c262f94beeab5070a (diff)
downloadaur-7b418f7453dc49005c27d106cab4ce3c7d2e2705.tar.gz
Updated to v0.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bea41992a51e..d01f90f43375 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Maintainer: Nazar Mishturak <nazarmx@gmail.com>
_binname=step-ca
pkgname=$_binname-bin
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.10.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')
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=('9146f01e6ca1ffc929390d42b068108a100ddb54bf27295d0f7b49ac547e663b')
+sha256sums=('b54e5899515d6286cba9f41f131258c1ac6f1b77d93ae3ad7a2018d4b98ed979')
package() {
install -Dm755 "step-certificates_$pkgver/bin/$_binname" "$pkgdir/usr/bin/$_binname"