diff --git a/script/lib/download-ffi.sh b/script/lib/download-ffi.sh index a58a8b6f..f4de2548 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/you54f/pact-reference/releases/download FFI_DIR="${LIB_DIR}/../../ffi" if [[ $(find "${FFI_DIR}" -name "${FFI_VERSION}*") ]]; then diff --git a/src/ffi/index.ts b/src/ffi/index.ts index 08ec61bd..58adba61 100644 --- a/src/ffi/index.ts +++ b/src/ffi/index.ts @@ -4,7 +4,7 @@ import logger, { DEFAULT_LOG_LEVEL } from '../logger'; import { LogLevel } from '../logger/types'; import { Ffi } from './types'; -export const PACT_FFI_VERSION = '0.4.22'; +export const PACT_FFI_VERSION = '0.4.33'; // supported prebuilds // darwin-arm64