Use semantic version for OpenSSL

This commit is contained in:
Davide De Rosa 2021-11-25 09:03:20 +01:00
parent 67f6d83321
commit e8f7778179
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/passepartoutvpn/openssl-apple",
"state": {
"branch": null,
"revision": "7fe4127c8ef5a06a2040f521ff1b4c2a9a38f417",
"version": "1.1.112-no-bitcode"
"revision": "42a049c406c1aa3df11a8dd14b1b11cd470f4a00",
"version": "1.1.11200"
}
},
{

View File

@ -35,7 +35,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/SwiftyBeaver/SwiftyBeaver", from: "1.9.0"),
.package(url: "https://github.com/passepartoutvpn/openssl-apple", .exact("1.1.112-no-bitcode"))
.package(url: "https://github.com/passepartoutvpn/openssl-apple", from: "1.1.100")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.