Skip to content

Commit 81c773d

Browse files
authored
Re-sign xcframework (#21)
1 parent 85a6d6a commit 81c773d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ let package = Package(
2222
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2323
.binaryTarget(
2424
name: "OpenSSL",
25-
url: "https://github.com/gematik/OpenSSL-Swift/releases/download/4.4.0/OpenSSL.xcframework.zip",
26-
checksum: "78a0d862fc229285beebdef0e5eebab8841a8d548caa05aa5f2d6bb72cd97fe3"
25+
url: "https://github.com/gematik/OpenSSL-Swift/releases/download/4.4.1/OpenSSL.xcframework.zip",
26+
checksum: "2143c6457d42911872464079a34612ea6cc4cec863e0a311fc803441b327f014"
2727
)
2828
]
2929
)

ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Release 4.4.1
2+
3+
- Re-sign xcframework
4+
15
# Release 4.4.0
26

37
- Update OpenSSL to 3.4.0

0 commit comments

Comments
 (0)