Skip to content

Commit 4e3ca38

Browse files
YOU54Fsergeyklay
authored andcommitted
feat: use pact-ruby-standalone 2.0.0 release
1 parent 2c673ea commit 4e3ca38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
IS_64 = sys.maxsize > 2 ** 32
18-
PACT_STANDALONE_VERSION = '3.1.2.2-alpha'
18+
PACT_STANDALONE_VERSION = '2.0.0'
1919
PACT_STANDALONE_SUFFIXES = ['osx-x86_64.tar.gz',
2020
'osx-arm64.tar.gz',
2121
'linux-x86_64.tar.gz',
@@ -163,7 +163,7 @@ def download_ruby_app_binary(path_to_download_to, filename, suffix):
163163
:param filename: The filename that should be installed.
164164
:param suffix: The suffix of the standalone app to install.
165165
"""
166-
uri = ('https://github.com/you54f/pact-ruby-standalone/releases'
166+
uri = ('https://github.com/pact-foundation/pact-ruby-standalone/releases'
167167
'/download/v{version}/pact-{version}-{suffix}')
168168

169169
if sys.version_info.major == 2:

0 commit comments

Comments
 (0)