summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-04-14 17:25:00 -0400
committerDavid Birks2020-04-14 17:25:00 -0400
commit10802838c6d872714de735aedbdfdb59f6eaaa63 (patch)
treec8b4ca32381b257d2f62a63196d905a9b8c2b744 /PKGBUILD
parentd58202a28b6eb3b21af0d7eb176b32d911826db6 (diff)
downloadaur-10802838c6d872714de735aedbdfdb59f6eaaa63.tar.gz
Update to 0.19.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index caae0655711c..408b9a0406ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Birks <david@birks.dev>
pkgname=opa
-pkgver=0.18.0
+pkgver=0.19.1
pkgrel=1
pkgdesc='Command-line utility and REPL for Open Policy Agent'
arch=(x86_64)
@@ -9,7 +9,7 @@ url='https://github.com/open-policy-agent/opa'
license=(Apache)
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/open-policy-agent/opa/archive/v$pkgver.tar.gz")
-sha256sums=('07e6eeb2cd2b54df57b40d6cdf4ab11dfc8c6fc4b2e17d56a62a4ce1dc0cec52')
+sha256sums=('6edbc3d327ce401508b10f4969554cdc1cea73fd00037b42bd21af87a59cdb63')
build() {
cd $pkgname-$pkgver