summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Wright2024-04-26 21:51:50 +0100
committerJonathan Wright2024-04-26 21:51:50 +0100
commit7b89c61c1701b9413405c302c44677454938d7be (patch)
tree02cbe64f242d4829314f62d7aaca2c3ab1f7187c /PKGBUILD
parent8c7773068f396c626a476c4979e8fff6aefe9a3f (diff)
downloadaur-opa.tar.gz
Bump package to 0.64.1-1
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"