summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMusikolo2023-04-29 17:02:24 -0500
committerMusikolo2023-04-29 17:02:24 -0500
commit241f195e16fd4e36fae7169032d88f3f464b86b2 (patch)
tree7fa956489f8ed183072a2a5d3f6efab6c80ac22d
parentb771b98e353484f348811524a56a1e45e5176ea3 (diff)
downloadaur-241f195e16fd4e36fae7169032d88f3f464b86b2.tar.gz
Upgrade to version 2.0.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 371b5d09a2de..b4af8800eb20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Apr 5 13:04:10 UTC 2023
+# Sat Apr 29 22:01:53 UTC 2023
pkgbase = pact-cli-bin
pkgdesc = A standalone client for the Pact Broker and Pactflow.
- pkgver = 1.92.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/pact-foundation/pact-ruby-standalone
arch = x86_64
license = MIT
depends = libxcrypt-compat
- source = https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v1.92.0/pact-1.92.0-linux-x86_64.tar.gz
- source = https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v1.92.0/pact-1.92.0-linux-x86_64.tar.gz.checksum
- sha1sums = 67e140ae291947dcd164a8facc7fe20bb1d99b19
- sha1sums = 7c16b4d760141c3dcc5bacee54b40d75a7341353
+ source = https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v2.0.0/pact-2.0.0-linux-x86_64.tar.gz
+ source = https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v2.0.0/pact-2.0.0-linux-x86_64.tar.gz.checksum
+ sha1sums = 94ea52ef7d6c9dacf431dde7138717d96714131a
+ sha1sums = eabbc72d8a67cf3a815101e088c7521d3ea9ba13
pkgname = pact-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index a75717360fb7..123a3e6fad5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Musikolo<musikolo {at} hotmail [dot] com>
pkgname=pact-cli-bin
-pkgver=1.92.0
+pkgver=2.0.0
pkgdesc="A standalone client for the Pact Broker and Pactflow."
pkgrel=1
arch=(x86_64)
@@ -11,8 +11,8 @@ depends=(libxcrypt-compat)
options=()
source=("https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v${pkgver}/pact-${pkgver}-linux-${arch}.tar.gz"
"https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v${pkgver}/pact-${pkgver}-linux-${arch}.tar.gz.checksum")
-sha1sums=('67e140ae291947dcd164a8facc7fe20bb1d99b19'
- '7c16b4d760141c3dcc5bacee54b40d75a7341353')
+sha1sums=('94ea52ef7d6c9dacf431dde7138717d96714131a'
+ 'eabbc72d8a67cf3a815101e088c7521d3ea9ba13')
prepare() {
msg2 "Verifying integrity..."