summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a39d90652b6e..d7fe9d0792f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Prior Maintainer: David Birks <david@birks.dev>
pkgname=opa
-pkgver=0.64.0
+pkgver=0.64.1
pkgrel=1
pkgdesc='Command-line utility and REPL for Open Policy Agent'
arch=(x86_64)
@@ -11,7 +11,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=('93fa1e04278fb2aadaad3fe2a58e64c152f615ca79705219ffb774d715d58f97')
+sha256sums=('54be7256d4cc70e220eb796b56cb5e63d129f9fcbf2bfdd84d251c24d41bd848')
build() {
cd "$pkgname-$pkgver"