Skip to content

Commit

Permalink
feat: use pact-ruby-standalone 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored and sergeyklay committed May 3, 2023
1 parent 2c673ea commit 4e3ca38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4e3ca38

Please sign in to comment.