From 56ad4aa3c8d4dedb8689daaa0e2df1d011f65d2a Mon Sep 17 00:00:00 2001 From: Sparkle-Bot Date: Thu, 2 May 2024 21:18:49 +0000 Subject: [PATCH] Update Package.swift and Sparkle.podspec for version 1.27.2 --- Configurations/ConfigCommon.xcconfig | 4 ++-- Package.swift | 6 +++--- Sparkle.podspec | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Configurations/ConfigCommon.xcconfig b/Configurations/ConfigCommon.xcconfig index f75b11bc27..72ed29af56 100644 --- a/Configurations/ConfigCommon.xcconfig +++ b/Configurations/ConfigCommon.xcconfig @@ -19,13 +19,13 @@ SPARKLE_NORMALIZE_INSTALLED_APPLICATION_NAME = 0 // These variables must have a space after the '=' too SPARKLE_VERSION_MAJOR = 1 SPARKLE_VERSION_MINOR = 27 -SPARKLE_VERSION_PATCH = 1 +SPARKLE_VERSION_PATCH = 2 // This should be in SemVer format or empty, ie. "-rc.1" // These variables must have a space after the '=' too SPARKLE_VERSION_SUFFIX = // This is now a monotonically increasing ID number, even across prereleases, but let's keep this below 2.0 -CURRENT_PROJECT_VERSION = 1.106 +CURRENT_PROJECT_VERSION = 1.107 MARKETING_VERSION = $(SPARKLE_VERSION_MAJOR).$(SPARKLE_VERSION_MINOR).$(SPARKLE_VERSION_PATCH)$(SPARKLE_VERSION_SUFFIX) diff --git a/Package.swift b/Package.swift index af96a3cef4..3ebcbc755e 100644 --- a/Package.swift +++ b/Package.swift @@ -2,10 +2,10 @@ import PackageDescription // Version is technically not required here, SPM doesn't check -let version = "1.27.1" +let version = "1.27.2" // 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.1" -let checksum = "5c4a2bc91fea322ddeb07ab0f9c58346a0f89b64629913307c9361def5de651c" +let tag = "1.27.2" +let checksum = "7be019bef25f3224099a3f396a9fdb30b2d01561576f971d1d004d99b4716ed4" let url = "https://github.com/sparkle-project/Sparkle/releases/download/\(tag)/Sparkle-for-Swift-Package-Manager.zip" let package = Package( diff --git a/Sparkle.podspec b/Sparkle.podspec index a2330f78e7..b4e50d7139 100644 --- a/Sparkle.podspec +++ b/Sparkle.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Sparkle" - s.version = "1.27.1" + s.version = "1.27.2" 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"