We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae019b0 commit 91850f0Copy full SHA for 91850f0
hatch_build.py
@@ -12,7 +12,7 @@
12
from packaging.tags import sys_tags
13
14
ROOT_DIR = Path(__file__).parent.resolve()
15
-PACT_VERSION = "2.0.3"
+PACT_VERSION = "2.0.7"
16
PACT_URL = "https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v{version}/pact-{version}-{os}-{machine}.{ext}"
17
PACT_DISTRIBUTIONS: list[tuple[str, str, str]] = [
18
("linux", "arm64", "tar.gz"),
0 commit comments