summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSalama Ashoush2023-12-07 15:23:10 +0100
committerSalama Ashoush2023-12-07 15:23:10 +0100
commitc8a61732b66ccad984be6793487c0e61e99a0327 (patch)
tree57e03cc8fa3681e09442f26b77645b06593fff0b /PKGBUILD
parent1ec27c4c962e8a01dc4440e831e164e135aaa735 (diff)
downloadaur-pact.tar.gz
update to v4.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c8bc1ebeb85..669ae1294355 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Salama Ashoush <salama@kadena.io>
pkgname=pact
-pkgver=4.9.0
+pkgver=4.10.0
pkgrel=1
pkgdesc="Interpreter for the Pact Smart Contract Language."
arch=('x86_64')
@@ -9,7 +9,7 @@ url=https://kadena.io/build/
license=('BSD 3-Clause')
depends=('gmp' 'z3' 'ncurses5-compat-libs')
source=(https://github.com/kadena-io/pact/releases/download/v${pkgver}/pact-${pkgver}-linux-22.04.zip)
-md5sums=('472c4b7d183ea4ec56c6e83b8a49fc15')
+md5sums=('be4ea601983ead2b6a8832c4a09ea2f7')
package() {
install -Dm 755 ${srcdir}/pact ${pkgdir}/usr/bin/pact