diff --git a/scripts/build_standalone_packages.sh b/scripts/build_standalone_packages.sh index a526d51bc..d58e92232 100755 --- a/scripts/build_standalone_packages.sh +++ b/scripts/build_standalone_packages.sh @@ -20,7 +20,7 @@ fi # Mock Service if [ ! -d "pact-mock_service-${PACT_MOCK_SERVICE_VERSION}" ]; then - wget https://github.com/mefellows/pact-mock_service/archive/v${PACT_MOCK_SERVICE_VERSION}.zip -O temp.zip + wget https://github.com/bethesque/pact-mock_service/archive/v${PACT_MOCK_SERVICE_VERSION}.zip -O temp.zip unzip temp.zip rm temp.zip cd pact-mock_service-${PACT_MOCK_SERVICE_VERSION} diff --git a/scripts/package.sh b/scripts/package.sh index 1cc9c1e82..df3bddbf9 100755 --- a/scripts/package.sh +++ b/scripts/package.sh @@ -2,8 +2,8 @@ set -e -export PACT_MOCK_SERVICE_VERSION=0.8.2-golang # Forked mock service with pinned deps. -export PACT_PROVIDER_VERIFIER_VERSION=0.0.12 +export PACT_MOCK_SERVICE_VERSION=2.0.0 # Seg faults... +export PACT_PROVIDER_VERIFIER_VERSION=0.0.13 # Create the OS specific versions of the mock service and verifier echo "==> Building Ruby Binaries..."