Skip to content

Commit

Permalink
Update Package management files for version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkle-Bot committed Sep 2, 2022
1 parent f8caa34 commit d488251
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Configurations/ConfigCommon.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 3
SPARKLE_VERSION_PATCH = 0
SPARKLE_VERSION_MINOR = 2
SPARKLE_VERSION_PATCH = 2

// 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 = 2018
CURRENT_PROJECT_VERSION = 2.2.2

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.3.0"
let version = "2.2.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.20.0"
let checksum = "8e0bb028caccdd87a605bdb17777eb3e38f489efd764d547475ed445d10cecc0"
let tag = "2.2.2"
let checksum = "a0c6af68e28570d8257ea26b892fbd28b40e1cecf6b3f23c64d60380cbb700f7"
let url = "https://github.com/nagasunilt/Sparkle/releases/download/2.2.2/Sparkle-for-Swift-Package-Manager.zip"

let package = Package(
Expand Down

0 comments on commit d488251

Please sign in to comment.