From 4e3ca3858b8343a5057de506f19a4f3284bb8bd4 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Sat, 29 Apr 2023 00:43:31 +0100 Subject: [PATCH] feat: use pact-ruby-standalone 2.0.0 release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c1a25af70..4d502eb6d 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ IS_64 = sys.maxsize > 2 ** 32 -PACT_STANDALONE_VERSION = '3.1.2.2-alpha' +PACT_STANDALONE_VERSION = '2.0.0' PACT_STANDALONE_SUFFIXES = ['osx-x86_64.tar.gz', 'osx-arm64.tar.gz', 'linux-x86_64.tar.gz', @@ -163,7 +163,7 @@ def download_ruby_app_binary(path_to_download_to, filename, suffix): :param filename: The filename that should be installed. :param suffix: The suffix of the standalone app to install. """ - uri = ('https://github.com/you54f/pact-ruby-standalone/releases' + uri = ('https://github.com/pact-foundation/pact-ruby-standalone/releases' '/download/v{version}/pact-{version}-{suffix}') if sys.version_info.major == 2: