summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax furman2020-08-31 16:00:48 -0700
committermax furman2020-08-31 16:00:48 -0700
commit7fd7782f35a08d56abc067331d91876d932ed19e (patch)
tree39232dd32a8f3fcf243c8329513e90b07de852b9 /PKGBUILD
parent314f62ba127c961cfc042fa5ac3b6a2ab7a6be85 (diff)
downloadaur-7fd7782f35a08d56abc067331d91876d932ed19e.tar.gz
Update to v0.15.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd497516999f..4cef6861cc15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Nazar Mishturak <nazarmx@gmail.com>
_binname=step-ca
pkgname=$_binname-bin
-pkgver=0.15.0
+pkgver=0.15.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' 'aarch64')
@@ -11,9 +11,9 @@ url="https://smallstep.com/certificates"
license=('Apache')
source_x86_64=("https://github.com/smallstep/certificates/releases/download/v${pkgver}/step-certificates_linux_${pkgver}_amd64.tar.gz")
-sha256sums_x86_64=("7ee09c003a520cb26001c6092ca308c0cb70bf798b01312a55f1d2cd6635097c")
+sha256sums_x86_64=("051374a04dcb2f1722b00ff88617f231a819d9aa1ede26cedd93ff91eeb339de")
source_aarch64=("https://github.com/smallstep/certificates/releases/download/v${pkgver}/step-certificates_linux_${pkgver}_arm64.tar.gz")
-sha256sums_aarch64=("8227e905af3b8b3bcdfaf4d53a4c9c7599bd3cfa2267dff3e54c2d9654311e36")
+sha256sums_aarch64=("1893aea4dc1b10a448ebff755bc951d3a664e2253577309224ebe775e085bcaa")
package() {
install -Dm755 "step-certificates_$pkgver/bin/$_binname" "$pkgdir/usr/bin/$_binname"