summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax furman2020-10-21 21:00:26 -0700
committermax furman2020-10-21 21:00:26 -0700
commited7cb68553fe3de282f6b300fbefec37c626413e (patch)
treeb6c14e4d91ca80ec0c88bb8301e520cc8bf769a9 /PKGBUILD
parent7fd7782f35a08d56abc067331d91876d932ed19e (diff)
downloadaur-ed7cb68553fe3de282f6b300fbefec37c626413e.tar.gz
Update to v0.15.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cef6861cc15..3ca8ad537b36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Nazar Mishturak <nazarmx@gmail.com>
_binname=step-ca
pkgname=$_binname-bin
-pkgver=0.15.2
+pkgver=0.15.5
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=("051374a04dcb2f1722b00ff88617f231a819d9aa1ede26cedd93ff91eeb339de")
+sha256sums_x86_64=("4fecd42ce5f7b93db096a599b2c3579d0d4cfa0722f554cfa5a420bee1abeefb")
source_aarch64=("https://github.com/smallstep/certificates/releases/download/v${pkgver}/step-certificates_linux_${pkgver}_arm64.tar.gz")
-sha256sums_aarch64=("1893aea4dc1b10a448ebff755bc951d3a664e2253577309224ebe775e085bcaa")
+sha256sums_aarch64=("0b6530194c2b34c1c6de1f82053d24c8f714f88a7be6cb47a6468abe084206d7")
package() {
install -Dm755 "step-certificates_$pkgver/bin/$_binname" "$pkgdir/usr/bin/$_binname"