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 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