From 308ba94373a7f47b368cb592166c577d6b24a1fd Mon Sep 17 00:00:00 2001 From: Sparkle-Bot Date: Mon, 13 Jun 2022 02:31:58 +0000 Subject: [PATCH] Update Package management files for version 2.2.0-beta.1 --- Carthage-dev.json | 2 +- Configurations/ConfigCommon.xcconfig | 6 +++--- Package.swift | 6 +++--- Sparkle.podspec | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Carthage-dev.json b/Carthage-dev.json index 089562e23f..7803222b56 100644 --- a/Carthage-dev.json +++ b/Carthage-dev.json @@ -1 +1 @@ -{"1.27.1": "https://github.com/sparkle-project/Sparkle/releases/download/1.27.1/Sparkle-1.27.1.tar.xz", "2.0.0-beta.6": "https://github.com/sparkle-project/Sparkle/releases/download/2.0.0-beta.6/Sparkle-2.0.0-beta.6.tar.xz", "2.0.0-rc.1": "https://github.com/sparkle-project/Sparkle/releases/download/2.0.0-rc.1/Sparkle-2.0.0-rc.1.tar.xz", "2.0.0": "https://github.com/sparkle-project/Sparkle/releases/download/2.0.0/Sparkle-2.0.0.tar.xz", "2.1.0-beta.1": "https://github.com/sparkle-project/Sparkle/releases/download/2.1.0-beta.1/Sparkle-2.1.0-beta.1.tar.xz", "2.1.0-beta.2": "https://github.com/sparkle-project/Sparkle/releases/download/2.1.0-beta.2/Sparkle-2.1.0-beta.2.tar.xz", "2.1.0": "https://github.com/sparkle-project/Sparkle/releases/download/2.1.0/Sparkle-2.1.0.tar.xz"} \ No newline at end of file +{"1.27.1": "https://github.com/sparkle-project/Sparkle/releases/download/1.27.1/Sparkle-1.27.1.tar.xz", "2.0.0-beta.6": "https://github.com/sparkle-project/Sparkle/releases/download/2.0.0-beta.6/Sparkle-2.0.0-beta.6.tar.xz", "2.0.0-rc.1": "https://github.com/sparkle-project/Sparkle/releases/download/2.0.0-rc.1/Sparkle-2.0.0-rc.1.tar.xz", "2.0.0": "https://github.com/sparkle-project/Sparkle/releases/download/2.0.0/Sparkle-2.0.0.tar.xz", "2.1.0-beta.1": "https://github.com/sparkle-project/Sparkle/releases/download/2.1.0-beta.1/Sparkle-2.1.0-beta.1.tar.xz", "2.1.0-beta.2": "https://github.com/sparkle-project/Sparkle/releases/download/2.1.0-beta.2/Sparkle-2.1.0-beta.2.tar.xz", "2.1.0": "https://github.com/sparkle-project/Sparkle/releases/download/2.1.0/Sparkle-2.1.0.tar.xz", "2.2.0-beta.1": "https://github.com/sparkle-project/Sparkle/releases/download/2.2.0-beta.1/Sparkle-2.2.0-beta.1.tar.xz"} \ No newline at end of file diff --git a/Configurations/ConfigCommon.xcconfig b/Configurations/ConfigCommon.xcconfig index 8895756a4b..5273d95d7b 100644 --- a/Configurations/ConfigCommon.xcconfig +++ b/Configurations/ConfigCommon.xcconfig @@ -42,13 +42,13 @@ SPARKLE_ICON_NAME = AppIcon // If you change any of these version details, you must increase CURRENT_PROJECT_VERSION // These variables must have a space after the '=' too SPARKLE_VERSION_MAJOR = 2 -SPARKLE_VERSION_MINOR = 1 +SPARKLE_VERSION_MINOR = 2 SPARKLE_VERSION_PATCH = 0 // This should be in SemVer format or empty, ie. "-beta.1" // These variables must have a space after the '=' too -SPARKLE_VERSION_SUFFIX = -CURRENT_PROJECT_VERSION = 2013 +SPARKLE_VERSION_SUFFIX = -beta.1 +CURRENT_PROJECT_VERSION = 2014 MARKETING_VERSION = $(SPARKLE_VERSION_MAJOR).$(SPARKLE_VERSION_MINOR).$(SPARKLE_VERSION_PATCH)$(SPARKLE_VERSION_SUFFIX) ALWAYS_SEARCH_USER_PATHS = NO diff --git a/Package.swift b/Package.swift index 7e9d86b567..0da8af689b 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 = "2.1.0" +let version = "2.2.0-beta.1" // 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.1.0" -let checksum = "6a540f9bd4ef096b6229f134a6b98dea265c8f89ede418b50d49fc49d7fe0b46" +let tag = "2.2.0-beta.1" +let checksum = "f14624404fdc112cf9a4f4c57586c7e0d97c100082aa86f877885389da22d733" 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 e5b80cf463..e041516ff3 100644 --- a/Sparkle.podspec +++ b/Sparkle.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Sparkle" - s.version = "2.1.0" + s.version = "2.2.0-beta.1" s.summary = "A software update framework for macOS" s.description = "Sparkle is an easy-to-use software update framework for macOS." s.homepage = "https://sparkle-project.org"