summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax furman2019-09-30 12:07:09 -0700
committermax furman2019-09-30 12:07:09 -0700
commit3b42a779c709d680a64f9b459bb1e44b425f42d7 (patch)
tree93fd7f7d379392b174a3b6013a72261378606d0c /PKGBUILD
parent1609daadbbe77a8cf81ba601561fc60d1661e23e (diff)
downloadaur-3b42a779c709d680a64f9b459bb1e44b425f42d7.tar.gz
Updated to v0.13.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6b56103d6c3..b813feb6c3c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Nazar Mishturak <nazarmx@gmail.com>
_binname=step-ca
pkgname=$_binname-bin
-pkgver=0.13.2
+pkgver=0.13.3
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=('cb76d01abf6277a3bcf71edb9cf27a11066f7f8aee851c2579789b27eda2701a')
+sha256sums=('0757e4c4c3f5301749929d6bf04ef9ed3110b1e79888820f3ca3ef565926b30c')
package() {
install -Dm755 "step-certificates_$pkgver/bin/$_binname" "$pkgdir/usr/bin/$_binname"