Skip to content

Commit ac198cf

Browse files
author
Peter Liddle
committed
Updated Package.swift for pre-release v0.11.0
1 parent 90a5a93 commit ac198cf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Package.swift

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,16 @@ let package = Package(
1414
targets: [
1515
.target(name: "GlacioCoreWrapper", dependencies: ["GlacioCore", "MessagePack", "ArgumentParser", "ArgumentParserToolInfo"], path: "Sources/GlacioCoreWrapper", publicHeadersPath: "" ),
1616
.binaryTarget(name: "GlacioCore",
17-
url: "https://github.com/glaciotech/GlacioCore/releases/download/pre-alpha-v0.1.1/GlacioCore-pre-alpha-v0.1.1.zip",
17+
url: "https://github.com/glaciotech/GlacioCore/releases/download/pre-alpha-v0.11.0/GlacioCore-pre-alpha-v0.11.0.zip",
1818
checksum: "316e2d04d5bbb93fd9e618c290d26f3f51fc228a458c0bc2b979f15b13e7b09e"),
1919
.binaryTarget(name: "MessagePack",
20-
url: "https://github.com/glaciotech/GlacioCore/releases/download/pre-alpha-v0.1.1/MessagePack-pre-alpha-v0.1.1.zip",
20+
url: "https://github.com/glaciotech/GlacioCore/releases/download/pre-alpha-v0.11.0/MessagePack-pre-alpha-v0.11.0.zip",
2121
checksum: "85bc30abe460879ec679a762d691d4eef0331d562a1d2c58f373a3dc2f0c48c9"),
2222
.binaryTarget(name: "ArgumentParser",
23-
url: "https://github.com/glaciotech/GlacioCore/releases/download/pre-alpha-v0.1.1/ArgumentParser-pre-alpha-v0.1.1.zip",
23+
url: "https://github.com/glaciotech/GlacioCore/releases/download/pre-alpha-v0.11.0/ArgumentParser-pre-alpha-v0.11.0.zip",
2424
checksum: "7aa9436715f39019c167704191c7393d815b3c08640658b7e012b391bd4347b0"),
2525
.binaryTarget(name: "ArgumentParserToolInfo",
26-
url: "https://github.com/glaciotech/GlacioCore/releases/download/pre-alpha-v0.1.1/ArgumentParserToolInfo-pre-alpha-v0.1.1.zip",
26+
url: "https://github.com/glaciotech/GlacioCore/releases/download/pre-alpha-v0.11.0/ArgumentParserToolInfo-pre-alpha-v0.11.0.zip",
2727
checksum: "b5ecd6e68a142d245ca82da86a5decf048f4aab07e8356d12a37452009c72f39"),
2828
]
29-
)
30-
29+
)

0 commit comments

Comments
 (0)