Skip to content

Commit

Permalink
Update Package management files for version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lujjjh committed Jul 4, 2022
1 parent 1e36b7d commit e1dfbda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
import PackageDescription

// Version is technically not required here, SPM doesn't check
let version = "2.0.2"
let version = "2.0.0"
// Tag is required to point towards the right asset. SPM requires the tag to follow semantic versioning to be able to resolve it.
let tag = "2.0.2"
let checksum = "a545518bb5221ac025c694baba3aa3b2fb236dd217c8a01ae3d2be15fea68042"
let tag = "2.0.3"
let checksum = "02ae60d8b21c68cf4002ed9101fb5ce07fb920fcba1cd278ab2f0ec40e5e57cc"
let url = "https://github.com/lujjjh/Sparkle/releases/download/\(tag)/Sparkle-for-Swift-Package-Manager.zip"

let package = Package(
Expand Down

0 comments on commit e1dfbda

Please sign in to comment.