From c290a2866735a36bc87ca4423edce0ad1c7ea755 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 29 Jun 2024 08:11:04 -0500 Subject: [PATCH] macos: update Sparkle to 2.6.3 There are numerous fixes since our previous version (2.5.1) and I believe at least one is one that users have hit where unarchiving didn't work properly despite a properly built archive. I'm hoping this improves that. Besides this, there is one major security fix. I think it was low risk to our project currently but I read through it and it is sensible to protect against the case. --- .github/workflows/release-pr.yml | 2 +- .github/workflows/release-tip.yml | 2 +- .../xcshareddata/swiftpm/Package.resolved | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 6c6d54392..c1272c697 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -29,7 +29,7 @@ jobs: # Setup Sparkle - name: Setup Sparkle env: - SPARKLE_VERSION: 2.5.1 + SPARKLE_VERSION: 2.6.3 run: | mkdir -p .action/sparkle cd .action/sparkle diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index b1ed3597a..8cf5ca799 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -53,7 +53,7 @@ jobs: # Setup Sparkle - name: Setup Sparkle env: - SPARKLE_VERSION: 2.5.1 + SPARKLE_VERSION: 2.6.3 run: | mkdir -p .action/sparkle cd .action/sparkle diff --git a/macos/Ghostty.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/macos/Ghostty.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 70af83f79..d380910a8 100644 --- a/macos/Ghostty.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/macos/Ghostty.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,14 +1,15 @@ { + "originHash" : "e721da7f9826abdffcb6185e886155efa2514bd6234475f1afa893e29eb258d6", "pins" : [ { "identity" : "sparkle", "kind" : "remoteSourceControl", "location" : "https://github.com/sparkle-project/Sparkle", "state" : { - "revision" : "1f07f4096e52f19b5e7abaa697b7fc592b7ff57c", - "version" : "2.5.1" + "revision" : "b456fd404954a9e13f55aa0c88cd5a40b8399638", + "version" : "2.6.3" } } ], - "version" : 2 + "version" : 3 }