summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax furman2020-07-02 14:50:25 -0700
committermax furman2020-07-02 14:50:25 -0700
commitcf97bb7730f5083b0ad809e618f31806e7a71989 (patch)
treed607def847f9155a11581b144eb62ed58effe3ea
parent19de097f14166d74218945f20473fc85368458b3 (diff)
downloadaur-cf97bb7730f5083b0ad809e618f31806e7a71989.tar.gz
Updated to v0.14.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec9807ffcf02..b4edab52c271 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = step-ca-bin
pkgdesc = An online certificate authority and related tools for secure automated certificate management, so you can use TLS everywhere.
- pkgver = 0.14.5
+ pkgver = 0.14.6
pkgrel = 1
url = https://smallstep.com/certificates
arch = x86_64
license = Apache
- source = https://github.com/smallstep/certificates/releases/download/v0.14.5/step-certificates_linux_0.14.5_amd64.tar.gz
- sha256sums = 4be357776c78643847ce3a43eb5761e8217dc48a0b461aff5c6aa4a2e87f23c3
+ source = https://github.com/smallstep/certificates/releases/download/v0.14.6/step-certificates_linux_0.14.6_amd64.tar.gz
+ sha256sums = 3b026b5a1603eb6fae3b6f24dc78ef2e73e416f11fb5bcf0edaad5663ea1107c
pkgname = step-ca-bin
diff --git a/PKGBUILD b/PKGBUILD
index f7c8b6f34554..ebe988d6966d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Nazar Mishturak <nazarmx@gmail.com>
_binname=step-ca
pkgname=$_binname-bin
-pkgver=0.14.5
+pkgver=0.14.6
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_linux_${pkgver}_amd64.tar.gz")
-sha256sums=('4be357776c78643847ce3a43eb5761e8217dc48a0b461aff5c6aa4a2e87f23c3')
+sha256sums=('3b026b5a1603eb6fae3b6f24dc78ef2e73e416f11fb5bcf0edaad5663ea1107c')
package() {
install -Dm755 "step-certificates_$pkgver/bin/$_binname" "$pkgdir/usr/bin/$_binname"