Skip to content

Commit

Permalink
Update Package.swift and Sparkle.podspec for version 2.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkle-Bot committed Dec 6, 2021
1 parent 0a19f6f commit 831e9b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Configurations/ConfigCommon.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ 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 = -beta.5
CURRENT_PROJECT_VERSION = 2005
SPARKLE_VERSION_SUFFIX = -beta.6
CURRENT_PROJECT_VERSION = 2006

MARKETING_VERSION = $(SPARKLE_VERSION_MAJOR).$(SPARKLE_VERSION_MINOR).$(SPARKLE_VERSION_PATCH)$(SPARKLE_VERSION_SUFFIX)
ALWAYS_SEARCH_USER_PATHS = NO
Expand Down
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.0-beta.5"
let version = "2.0.0-beta.6"
// 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.0-beta.5"
let checksum = "a53a83db87a5e705d58227f6d9088c76425ddb00e0a9eded87ae845ce5903529"
let tag = "2.0.0-beta.6"
let checksum = "f79e88c1633786c9c3e37acb6aebb7e81481537b864db52145e7deecabf3cd80"
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 = "2.0.0-beta.5"
s.version = "2.0.0-beta.6"
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"
Expand Down

0 comments on commit 831e9b4

Please sign in to comment.