summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax furman2020-04-30 19:08:48 -0700
committermax furman2020-04-30 19:08:48 -0700
commit8ecaf9a37bfd1bbe4a6228950950a86dabac2001 (patch)
tree9ee5bed2a4fe29d3168767d1f130c1f509998f61
parent4f426b801388c1e544f0c16d3f0ab9441ab874f1 (diff)
downloadaur-8ecaf9a37bfd1bbe4a6228950950a86dabac2001.tar.gz
Updated to v0.14.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e668ec854067..5f0c1ceb24c1 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.3
+ pkgver = 0.14.4
pkgrel = 1
url = https://smallstep.com/certificates
arch = x86_64
license = Apache
- source = https://github.com/smallstep/certificates/releases/download/v0.14.3/step-certificates_linux_0.14.3_amd64.tar.gz
- sha256sums = 8594c39e32d4983e999ed6a5eb386af5ac7b44da63d17861a040a1a890358e5e
+ source = https://github.com/smallstep/certificates/releases/download/v0.14.4/step-certificates_linux_0.14.4_amd64.tar.gz
+ sha256sums = 60ccc26f0baee66898ad3f05f0c15069c17861cded2b3c58bee40e12e7f51343
pkgname = step-ca-bin
diff --git a/PKGBUILD b/PKGBUILD
index 39f2816f6061..bcf480306894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Nazar Mishturak <nazarmx@gmail.com>
_binname=step-ca
pkgname=$_binname-bin
-pkgver=0.14.3
+pkgver=0.14.4
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=('8594c39e32d4983e999ed6a5eb386af5ac7b44da63d17861a040a1a890358e5e')
+sha256sums=('60ccc26f0baee66898ad3f05f0c15069c17861cded2b3c58bee40e12e7f51343')
package() {
install -Dm755 "step-certificates_$pkgver/bin/$_binname" "$pkgdir/usr/bin/$_binname"