Skip to content

Commit

Permalink
MACOS: Use new Sparkle version
Browse files Browse the repository at this point in the history
  • Loading branch information
lephilousophe committed Jan 8, 2024
1 parent abfe54f commit 050ddfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion check-versions/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@
'check': 'git tag',
'repository': 'https://github.com/sparkle-project/Sparkle.git',
# Only keep vanilla releases
'pattern': r'^1\.[0-9.]+$',
'pattern': r'^[1-9]\.',
'exclude pattern': r'.*-(beta|rc)\.\d+$',
},
('./toolchains/apple-common/packages/xar/build.sh', 'XAR'): xar_check,

Expand Down
2 changes: 1 addition & 1 deletion toolchains/apple-common/packages/sparkle/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh

SPARKLE_VERSION=1.27.1
SPARKLE_VERSION=2.5.2

PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
HELPERS_DIR=$PACKAGE_DIR/../..
Expand Down

0 comments on commit 050ddfd

Please sign in to comment.