From 6fd26e2f0cadf2ebd52200722765ef73115e2d04 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Thu, 22 Aug 2024 15:17:02 +0100 Subject: [PATCH] test: system threads --- lib/pact/ffi/version.rb | 2 +- script/lib/download-ffi-only-os-dependant.sh | 2 +- script/lib/download-ffi.sh | 2 +- script/lib/export-binary-versions.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/pact/ffi/version.rb b/lib/pact/ffi/version.rb index e788494..a60355c 100644 --- a/lib/pact/ffi/version.rb +++ b/lib/pact/ffi/version.rb @@ -1,5 +1,5 @@ module Pact module Version - VERSION = '0.4.22.2' + VERSION = '0.4.33.2' end end diff --git a/script/lib/download-ffi-only-os-dependant.sh b/script/lib/download-ffi-only-os-dependant.sh index 06fbcb6..98b8b1a 100755 --- a/script/lib/download-ffi-only-os-dependant.sh +++ b/script/lib/download-ffi-only-os-dependant.sh @@ -8,7 +8,7 @@ require_binary gunzip require_env_var FFI_VERSION -BASEURL=https://github.com/pact-foundation/pact-reference/releases/download +BASEURL=https://github.com/yousaf/pact-reference/releases/download FFI_DIR="ffi" # if [[ $(find "${FFI_DIR}" -name "${FFI_VERSION}*") ]]; then diff --git a/script/lib/download-ffi.sh b/script/lib/download-ffi.sh index c3a2be3..84d4cac 100755 --- a/script/lib/download-ffi.sh +++ b/script/lib/download-ffi.sh @@ -8,7 +8,7 @@ require_binary gunzip require_env_var FFI_VERSION -BASEURL=https://github.com/pact-foundation/pact-reference/releases/download +BASEURL=https://github.com/yousaf/pact-reference/releases/download FFI_DIR="ffi" warn "Cleaning ffi directory $FFI_DIR" diff --git a/script/lib/export-binary-versions.sh b/script/lib/export-binary-versions.sh index 4ba9a1b..0c6212e 100755 --- a/script/lib/export-binary-versions.sh +++ b/script/lib/export-binary-versions.sh @@ -1,7 +1,7 @@ #!/bin/bash -eu LIB_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")"; pwd)" # Figure out where the script is running PROJECT_DIR="${LIB_DIR}"/../../ -export FFI_VERSION=v0.4.22 +export FFI_VERSION=v0.4.33 export STANDALONE_VERSION=2.4.3 export PLUGIN_CLI_VERSION=v0.1.2 export VERIFIER_CLI_VERSION=v1.1.2