summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax furman2019-09-18 13:15:57 -0700
committermax furman2019-09-18 13:15:57 -0700
commit8d98de8c5ece0c79b910c2db9aa6bd6e2604bb3c (patch)
tree47c3d41a66bb322e28eb3988a2dd1f6f8850258a
parent75c8042dad5a5e6892ade0fa582f469e48cb0e43 (diff)
downloadaur-8d98de8c5ece0c79b910c2db9aa6bd6e2604bb3c.tar.gz
Updated to v0.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b80e016ea8d..fca96119f55c 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.13.0
+ pkgver = 0.13.1
pkgrel = 1
url = https://smallstep.com/certificates
arch = x86_64
license = Apache
- source = https://github.com/smallstep/certificates/releases/download/v0.13.0/step-certificates_0.13.0_linux_amd64.tar.gz
- sha256sums = d54e6d96e71537617c8d99bbe08743fd24ad4d8a1163cb3fa9a17aa2eb5db229
+ source = https://github.com/smallstep/certificates/releases/download/v0.13.1/step-certificates_0.13.1_linux_amd64.tar.gz
+ sha256sums = 29ea55aa572e3e8fc210bc30eaf8c111333d65dfc739a863f77e71c6c4a67941
pkgname = step-ca-bin
diff --git a/PKGBUILD b/PKGBUILD
index 11e1bea416bb..86707a7dedcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Nazar Mishturak <nazarmx@gmail.com>
_binname=step-ca
pkgname=$_binname-bin
-pkgver=0.13.0
+pkgver=0.13.1
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=('d54e6d96e71537617c8d99bbe08743fd24ad4d8a1163cb3fa9a17aa2eb5db229')
+sha256sums=('29ea55aa572e3e8fc210bc30eaf8c111333d65dfc739a863f77e71c6c4a67941')
package() {
install -Dm755 "step-certificates_$pkgver/bin/$_binname" "$pkgdir/usr/bin/$_binname"