mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
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.
This commit is contained in:
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
# Setup Sparkle
|
# Setup Sparkle
|
||||||
- name: Setup Sparkle
|
- name: Setup Sparkle
|
||||||
env:
|
env:
|
||||||
SPARKLE_VERSION: 2.5.1
|
SPARKLE_VERSION: 2.6.3
|
||||||
run: |
|
run: |
|
||||||
mkdir -p .action/sparkle
|
mkdir -p .action/sparkle
|
||||||
cd .action/sparkle
|
cd .action/sparkle
|
||||||
|
2
.github/workflows/release-tip.yml
vendored
2
.github/workflows/release-tip.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
# Setup Sparkle
|
# Setup Sparkle
|
||||||
- name: Setup Sparkle
|
- name: Setup Sparkle
|
||||||
env:
|
env:
|
||||||
SPARKLE_VERSION: 2.5.1
|
SPARKLE_VERSION: 2.6.3
|
||||||
run: |
|
run: |
|
||||||
mkdir -p .action/sparkle
|
mkdir -p .action/sparkle
|
||||||
cd .action/sparkle
|
cd .action/sparkle
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
{
|
{
|
||||||
|
"originHash" : "e721da7f9826abdffcb6185e886155efa2514bd6234475f1afa893e29eb258d6",
|
||||||
"pins" : [
|
"pins" : [
|
||||||
{
|
{
|
||||||
"identity" : "sparkle",
|
"identity" : "sparkle",
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/sparkle-project/Sparkle",
|
"location" : "https://github.com/sparkle-project/Sparkle",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "1f07f4096e52f19b5e7abaa697b7fc592b7ff57c",
|
"revision" : "b456fd404954a9e13f55aa0c88cd5a40b8399638",
|
||||||
"version" : "2.5.1"
|
"version" : "2.6.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version" : 2
|
"version" : 3
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user