diff options
author | David Birks | 2020-04-27 12:47:17 -0400 |
---|---|---|
committer | David Birks | 2020-04-27 12:47:17 -0400 |
commit | e61473ae5019806e1aa600cad79b501e7d675129 (patch) | |
tree | d8bfbc8856a68e95a9edef2f87d6ba1084dd2a30 /PKGBUILD | |
parent | 3fb0fdb0242e3a70e3e697e948aa6be066c80e2d (diff) | |
download | aur-e61473ae5019806e1aa600cad79b501e7d675129.tar.gz |
Update to 0.18.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |