Skip to content

Commit d4b4958

Browse files
committed
add random checksum to force SPM to fetch version
1 parent 7fcc463 commit d4b4958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let version = "2.8.1-bcnpy-beta1"
66
// Tag is required to point towards the right asset. SPM requires the tag to follow semantic versioning to be able to resolve it.
77
let tag = "2.8.1-bcnpy-beta1"
8-
let checksum = "d41d31618bf8978561b236ffaaa7194bc244725c1cb10c0132117253c27337af"
8+
let checksum = "Xd41d31618bf8978561b236ffaaa7194bc244725c1cb10c0132117253c27337af"
99
let url = "https://github.com/thebrowsercompany/Sparkle/releases/download/\(tag)/Sparkle-for-Swift-Package-Manager.zip"
1010

1111
let package = Package(

0 commit comments

Comments
 (0)