summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a8fadd49b26..e14a0463b1ed 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.9.2
+ pkgver = 0.10.0
pkgrel = 2
url = https://smallstep.com/certificates
arch = x86_64
license = Apache
- source = https://github.com/smallstep/certificates/releases/download/v0.9.2/step-certificates_0.9.2_linux_amd64.tar.gz
- sha256sums = 9146f01e6ca1ffc929390d42b068108a100ddb54bf27295d0f7b49ac547e663b
+ source = https://github.com/smallstep/certificates/releases/download/v0.10.0/step-certificates_0.10.0_linux_amd64.tar.gz
+ sha256sums = b54e5899515d6286cba9f41f131258c1ac6f1b77d93ae3ad7a2018d4b98ed979
pkgname = step-ca-bin
diff --git a/PKGBUILD b/PKGBUILD
index bea41992a51e..d01f90f43375 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Maintainer: Nazar Mishturak <nazarmx@gmail.com>
_binname=step-ca
pkgname=$_binname-bin
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
pkgdesc="An online certificate authority and related tools for secure automated certificate management, so you can use TLS everywhere."
arch=('x86_64')
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=('9146f01e6ca1ffc929390d42b068108a100ddb54bf27295d0f7b49ac547e663b')
+sha256sums=('b54e5899515d6286cba9f41f131258c1ac6f1b77d93ae3ad7a2018d4b98ed979')
package() {
install -Dm755 "step-certificates_$pkgver/bin/$_binname" "$pkgdir/usr/bin/$_binname"