Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Packages/Ezvpn/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ func localBinaryTarget() -> Target? {

let binaryTarget = localBinaryTarget() ?? .binaryTarget(
name: "libezvpn",
url: "https://github.com/flexaccessdev/ezvpn/releases/download/v0.0.48/libezvpn-apple.xcframework.zip",
checksum: "9bffdf4fbf031f7f990c2128b6a2a8c6b369f7d78fcfe9005de98c4d6e1453ed"
url: "https://github.com/flexaccessdev/ezvpn/releases/download/v0.0.49/libezvpn-apple.xcframework.zip",
checksum: "53e7926320898fef4f4f2685bbd0a50a0d1b8a7cf56ac3ed19ca08afe4bc9153"
)

let package = Package(
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ targets:
# this alongside the url+checksum in Package.swift, so the two cannot
# drift; a local FFI build (EZVPN_LOCAL_XCFRAMEWORK) still shows the
# pinned number, since the local artifact carries none.
EZVPN_CORE_VERSION: "0.0.48"
EZVPN_CORE_VERSION: "0.0.49"
configs:
Debug:
"CODE_SIGN_ENTITLEMENTS[sdk=macosx*]": Sources/Ezvpn/Ezvpn.macOS.debug.entitlements
Expand Down