Skip to content

Commit 6970b41

Browse files
committed
feat: upgrade FFI to 0.4.19
Signed-off-by: JP-Ellis <[email protected]>
1 parent 743f347 commit 6970b41

File tree

4 files changed

+335
-286
lines changed

4 files changed

+335
-286
lines changed

hatch_build.py

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

3737
# Latest version available at:
3838
# https://github.com/pact-foundation/pact-reference/releases
39-
PACT_LIB_VERSION = os.getenv("PACT_LIB_VERSION", "0.4.18")
39+
PACT_LIB_VERSION = os.getenv("PACT_LIB_VERSION", "0.4.19")
4040
PACT_LIB_URL = "https://github.com/pact-foundation/pact-reference/releases/download/libpact_ffi-v{version}/{prefix}pact_ffi-{os}-{machine}.{ext}"
4141

4242

@@ -254,7 +254,7 @@ def _pact_lib_url(self, version: str) -> str: # noqa: C901, PLR0912
254254
platform = next(sys_tags()).platform
255255

256256
if platform.startswith("macosx"):
257-
os = "osx"
257+
os = "macos"
258258
if platform.endswith("arm64"):
259259
machine = "aarch64-apple-darwin"
260260
elif platform.endswith("x86_64"):

0 commit comments

Comments
 (0)