summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMariano Cano2020-04-20 17:26:38 -0700
committerMariano Cano2020-04-20 17:26:38 -0700
commit4f426b801388c1e544f0c16d3f0ab9441ab874f1 (patch)
treec9f855da1590eef09bc830e79a80ed3fe04d4077
parent9d5bad4f14c9f18a95bf08020ea1340117238a33 (diff)
downloadaur-4f426b801388c1e544f0c16d3f0ab9441ab874f1.tar.gz
Updated to v0.14.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a25c96bee0f1..e668ec854067 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.2
- pkgrel = 4
+ pkgver = 0.14.3
+ pkgrel = 1
url = https://smallstep.com/certificates
arch = x86_64
license = Apache
- source = https://github.com/smallstep/certificates/releases/download/v0.14.2/step-certificates_linux_0.14.2_amd64.tar.gz
- sha256sums = 449ffec899ac774828b10a471b4a7bbd8c385078743ac6f31ed46321e26b4c86
+ source = https://github.com/smallstep/certificates/releases/download/v0.14.3/step-certificates_linux_0.14.3_amd64.tar.gz
+ sha256sums = 8594c39e32d4983e999ed6a5eb386af5ac7b44da63d17861a040a1a890358e5e
pkgname = step-ca-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8851ce80bc1f..39f2816f6061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Maintainer: Nazar Mishturak <nazarmx@gmail.com>
_binname=step-ca
pkgname=$_binname-bin
-pkgver=0.14.2
-pkgrel=4
+pkgver=0.14.3
+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_linux_${pkgver}_amd64.tar.gz")
-sha256sums=('449ffec899ac774828b10a471b4a7bbd8c385078743ac6f31ed46321e26b4c86')
+sha256sums=('8594c39e32d4983e999ed6a5eb386af5ac7b44da63d17861a040a1a890358e5e')
package() {
install -Dm755 "step-certificates_$pkgver/bin/$_binname" "$pkgdir/usr/bin/$_binname"