Skip to content

Commit f73446d

Browse files
committed
add swift-crypto, swift-asn1, and swift-certificates to the massbuild list
1 parent 4cd80a7 commit f73446d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Sources/Massbuild/Main.swift

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,23 @@ enum Main
102102
"2.4.0",
103103
"2.4.1")
104104

105+
try await builder.build("swift-certificates",
106+
repository: "https://github.com/apple/swift-certificates.git",
107+
versions:
108+
"0.6.0")
109+
110+
try await builder.build("swift-asn1",
111+
repository: "https://github.com/apple/swift-asn1.git",
112+
versions:
113+
"0.8.0",
114+
"0.9.1",
115+
"0.10.0")
116+
117+
try await builder.build("swift-crypto",
118+
repository: "https://github.com/apple/swift-crypto.git",
119+
versions:
120+
"2.6.0")
121+
105122
try await builder.build("swift-hash",
106123
repository: "https://github.com/tayloraswift/swift-hash.git",
107124
versions:

0 commit comments

Comments
 (0)