summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-04-27 12:47:17 -0400
committerDavid Birks2020-04-27 12:47:17 -0400
commite61473ae5019806e1aa600cad79b501e7d675129 (patch)
treed8bfbc8856a68e95a9edef2f87d6ba1084dd2a30
parent3fb0fdb0242e3a70e3e697e948aa6be066c80e2d (diff)
downloadaur-e61473ae5019806e1aa600cad79b501e7d675129.tar.gz
Update to 0.18.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28a8cce59b1e..98faf971ffed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = conftest
pkgdesc = A utility to help you write tests against structured configuration data
- pkgver = 0.18.1
+ pkgver = 0.18.2
pkgrel = 1
url = https://github.com/instrumenta/conftest
arch = x86_64
license = Apache
makedepends = go
- source = conftest-0.18.1.tar.gz::https://github.com/instrumenta/conftest/archive/v0.18.1.tar.gz
- sha512sums = 29c6ea79a6c9ae2feb83d65275c1926dffdbcc224d86b0d2083d250b6bffe5eca052673eb299185582d2fc618348bdf3de396c0838ba9db0b1c34ea2be576694
+ source = conftest-0.18.2.tar.gz::https://github.com/instrumenta/conftest/archive/v0.18.2.tar.gz
+ sha512sums = 07cd34654bb856d5cbbbce726a7041b1450395cec0389e711f1d623f5c81d797d0befadfa401b7aa60281b11f583b6352002902af2000c34ad721efbbd7ba289
pkgname = conftest
diff --git a/PKGBUILD b/PKGBUILD
index a62df55dbe1f..d6dc5907513a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Birks <david@birks.dev>
pkgname=conftest
-pkgver=0.18.1
+pkgver=0.18.2
pkgrel=1
pkgdesc='A utility to help you write tests against structured configuration data'
arch=(x86_64)
@@ -9,7 +9,7 @@ url='https://github.com/instrumenta/conftest'
license=(Apache)
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/instrumenta/conftest/archive/v$pkgver.tar.gz")
-sha512sums=('29c6ea79a6c9ae2feb83d65275c1926dffdbcc224d86b0d2083d250b6bffe5eca052673eb299185582d2fc618348bdf3de396c0838ba9db0b1c34ea2be576694')
+sha512sums=('07cd34654bb856d5cbbbce726a7041b1450395cec0389e711f1d623f5c81d797d0befadfa401b7aa60281b11f583b6352002902af2000c34ad721efbbd7ba289')
build() {
cd $pkgname-$pkgver