summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-04-29 11:52:23 -0400
committerDavid Birks2020-04-29 11:52:23 -0400
commit5bd5fed86e1f0fad23c43c8d6e7b42fa06cc25ea (patch)
treea28d6af04e4275f3925e16422d0765e2404f4bed /PKGBUILD
parent10802838c6d872714de735aedbdfdb59f6eaaa63 (diff)
downloadaur-5bd5fed86e1f0fad23c43c8d6e7b42fa06cc25ea.tar.gz
Update to 0.19.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 408b9a0406ad..a4132be5560d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Birks <david@birks.dev>
pkgname=opa
-pkgver=0.19.1
+pkgver=0.19.2
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=('6edbc3d327ce401508b10f4969554cdc1cea73fd00037b42bd21af87a59cdb63')
+sha256sums=('f8ccdf7ae2a9766654a8466b4287b5d55ad4b3f55673e45bd10340c93d967746')
build() {
cd $pkgname-$pkgver