summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73988d9c43fb..308e5aaed298 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pact
pkgdesc = Interpreter for the Pact Smart Contract Language.
- pkgver = 2.5.1
+ pkgver = 2.6.1
pkgrel = 1
url = http://kadena.io/pact
arch = x86_64
license = BSD 3-Clause
depends = gmp
depends = z3
- source = https://kadena.io/pact/builds/2.5.1/ubuntu-1204/pact-2.5.1-linux.zip
- md5sums = d747a4161b8d355ad02886e1c4f5c66b
+ source = https://kadena.io/pact/builds/2.6.1/ubuntu-1204/pact-2.6.1-linux.zip
+ md5sums = 6e03975b9f524527c3a320e9aa2b1d13
pkgname = pact
diff --git a/PKGBUILD b/PKGBUILD
index 372d743093b9..c5d0b1283cd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colin@kadena.io>
pkgname=pact
-pkgver=2.5.1
+pkgver=2.6.1
pkgrel=1
pkgdesc="Interpreter for the Pact Smart Contract Language."
arch=('x86_64')
@@ -9,7 +9,7 @@ url='http://kadena.io/pact'
license=('BSD 3-Clause')
depends=('gmp' 'z3')
source=(https://kadena.io/pact/builds/${pkgver}/ubuntu-1204/pact-${pkgver}-linux.zip)
-md5sums=('d747a4161b8d355ad02886e1c4f5c66b')
+md5sums=('6e03975b9f524527c3a320e9aa2b1d13')
package() {
install -Dm 755 ${srcdir}/pact ${pkgdir}/usr/bin/pact