Skip to content

Commit

Permalink
feat: upgrade FFI to 0.4.19
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Apr 11, 2024
1 parent 743f347 commit e7991a2
Show file tree
Hide file tree
Showing 4 changed files with 335 additions and 286 deletions.
4 changes: 2 additions & 2 deletions hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

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


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

if platform.startswith("macosx"):
os = "osx"
os = "macos"
if platform.endswith("arm64"):
machine = "aarch64-apple-darwin"
elif platform.endswith("x86_64"):
Expand Down
Loading

0 comments on commit e7991a2

Please sign in to comment.