Skip to content

Commit

Permalink
Update Package.swift and Sparkle.podspec for version 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkle-Bot committed Sep 18, 2021
1 parent d18ccf1 commit 99dbdcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = "1.27.0-rc.1"
let version = "1.27.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 = "1.27.0-rc.1"
let checksum = "02f5775ef0a5c0d19e3648e4e4b053c5c1883cfc2d24f35ed349c82ae69bc071"
let tag = "1.27.0"
let checksum = "4f9e6c1bda2b7ba7bc3dfc5aeb1a3f7f236e03d413f3d485fadde776459ff4fd"
let url = "https://github.com/sparkle-project/Sparkle/releases/download/\(tag)/Sparkle-for-Swift-Package-Manager.zip"

let package = Package(
Expand Down
2 changes: 1 addition & 1 deletion Sparkle.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Sparkle"
s.version = "1.27.0-rc.1"
s.version = "1.27.0"
s.summary = "A software update framework for macOS"
s.description = "Sparkle is an easy-to-use software update framework for Cocoa developers."
s.homepage = "https://sparkle-project.org"
Expand Down

0 comments on commit 99dbdcb

Please sign in to comment.