Skip to content

Commit

Permalink
Update WireGuard version (#460)
Browse files Browse the repository at this point in the history
Required:

Task/Issue URL: https://app.asana.com/0/1203137811378537/1205173072817403/f
iOS PR: duckduckgo/iOS#1918
macOS PR: duckduckgo/macos-browser#1491
What kind of version bump will this require?: Patch

Optional:

Tech Design URL:
CC:

Description:

This PR updates the wireguard-apple repo version. The new WireGuard update includes a fix for the new linker in Xcode 15, which was preventing the macOS browser from compiling.
  • Loading branch information
samsymons committed Aug 17, 2023
1 parent 9a0eb00 commit 070cd52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/wireguard-apple",
"state" : {
"revision" : "cf3c0f5132dbb8de08c46155a1bbd5e5bb6a47c1",
"version" : "1.1.0"
"revision" : "2d8172c11478ab11b0f5ad49bdb4f93f4b3d5e0d",
"version" : "1.1.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let package = Package(
.package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "1.4.0"),
.package(url: "https://github.com/httpswift/swifter.git", exact: "1.5.0"),
.package(url: "https://github.com/duckduckgo/bloom_cpp.git", exact: "3.0.0"),
.package(url: "https://github.com/duckduckgo/wireguard-apple", exact: "1.1.0")
.package(url: "https://github.com/duckduckgo/wireguard-apple", exact: "1.1.1")
],
targets: [
.target(
Expand Down

0 comments on commit 070cd52

Please sign in to comment.