summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Vitacco2020-10-24 15:59:48 -0400
committerAnthony Vitacco2020-10-24 15:59:48 -0400
commit368140982b0126abd501dd8c206757cd9c2902c5 (patch)
tree161f62c28a87548d5a0f11095a01f8943ceecab1 /PKGBUILD
parenta02ad0cf9579e0de4c4ce5300f1cb61913b0a5be (diff)
downloadaur-368140982b0126abd501dd8c206757cd9c2902c5.tar.gz
Updating to v1.9.1.
Please note that the binary incorrectly reports its version as 1.9.0 despite being 1.9.1. This is a bug in the binary, not this package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb668b10813d..184e6e6328df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Anthony Vitacco <breaker1@pm.me>
pkgname=container-structure-test
-pkgver=1.8.0
+pkgver=1.9.1
pkgrel=1
pkgdesc="Validate the structure of your container images"
arch=('x86_64')
@@ -12,8 +12,7 @@ makedepends=(
)
optdepends=('docker: run tests with the docker driver')
source=("${pkgname}::https://storage.googleapis.com/${pkgname}/v${pkgver}/${pkgname}-linux-amd64")
-sha256sums=('cfdfedd77c04becff0ea16a4b8ebc3b57bf404c56e5408b30d4fbb35853db67c')
-
+sha256sums=('9ddc0791491dc8139af5af4d894e48db4eeaca4b2cb9196293efd615bdb79122')
package() {
install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-} \ No newline at end of file
+}