Skip to content

Commit ff4647d

Browse files
authored
Fixed incorrect checksum
1 parent 1add557 commit ff4647d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
.binaryTarget(
1515
name: "WebRTC",
1616
url: "https://github.com/stasel/WebRTC/releases/download/149.0.0/WebRTC-M149.xcframework.zip",
17-
checksum: "9726f1db0c99e69806257a7166fb16f79a41035240384a04803902a509f0fc8c"
17+
checksum: "79c5a3e49a68de30a99baabaf5b4c0067dd7a0b66fdd4b8afb8ec337e746abba"
1818
),
1919
]
2020
)

0 commit comments

Comments
 (0)