From c74966e07ebbb81dba0d1af3cb56290a74818748 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 20 Dec 2024 08:58:24 -0800 Subject: [PATCH] build: change object story domain to ghostty.org --- .github/workflows/release-tip.yml | 2 +- build.zig.zon | 2 +- dist/macos/update_appcast_tip.py | 2 +- macos/Sources/Features/Update/UpdateDelegate.swift | 2 +- pkg/fontconfig/build.zig.zon | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index 3310898a5..8370fbff4 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -293,7 +293,7 @@ jobs: run: | echo $SPARKLE_KEY > signing.key sign_update -f signing.key ghostty-macos-universal.zip > sign_update.txt - curl -L https://tip.files.ghostty.dev/appcast.xml > appcast.xml + curl -L https://tip.files.ghostty.org/appcast.xml > appcast.xml python3 ./dist/macos/update_appcast_tip.py test -f appcast_new.xml diff --git a/build.zig.zon b/build.zig.zon index e2bb11da1..818391100 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -22,7 +22,7 @@ .hash = "12205a66d423259567764fa0fc60c82be35365c21aeb76c5a7dc99698401f4f6fefc", }, .ziglyph = .{ - .url = "https://deps.files.ghostty.dev/ziglyph-b89d43d1e3fb01b6074bc1f7fc980324b04d26a5.tar.gz", + .url = "https://deps.files.ghostty.org/ziglyph-b89d43d1e3fb01b6074bc1f7fc980324b04d26a5.tar.gz", .hash = "12207831bce7d4abce57b5a98e8f3635811cfefd160bca022eb91fe905d36a02cf25", }, diff --git a/dist/macos/update_appcast_tip.py b/dist/macos/update_appcast_tip.py index f58ab00ba..45296ccf6 100644 --- a/dist/macos/update_appcast_tip.py +++ b/dist/macos/update_appcast_tip.py @@ -94,7 +94,7 @@ commit history on GitHub for all changes.

""" elem = ET.SubElement(item, "enclosure") -elem.set("url", f"https://tip.files.ghostty.dev/{commit_long}/ghostty-macos-universal.zip") +elem.set("url", f"https://tip.files.ghostty.org/{commit_long}/ghostty-macos-universal.zip") elem.set("type", "application/octet-stream") for key, value in attrs.items(): elem.set(key, value) diff --git a/macos/Sources/Features/Update/UpdateDelegate.swift b/macos/Sources/Features/Update/UpdateDelegate.swift index d010ddf2f..7b41c816c 100644 --- a/macos/Sources/Features/Update/UpdateDelegate.swift +++ b/macos/Sources/Features/Update/UpdateDelegate.swift @@ -7,7 +7,7 @@ class UpdaterDelegate: NSObject, SPUUpdaterDelegate { // channels but we probably don't want some appcasts in the same file (i.e. // tip) so this would be the place to change that. For now, we hardcode the // tip appcast URL since it is all we support. - return "https://tip.files.ghostty.dev/appcast.xml" + return "https://tip.files.ghostty.org/appcast.xml" } func updaterWillRelaunchApplication(_ updater: SPUUpdater) { diff --git a/pkg/fontconfig/build.zig.zon b/pkg/fontconfig/build.zig.zon index 3cb6b82db..36b51288b 100644 --- a/pkg/fontconfig/build.zig.zon +++ b/pkg/fontconfig/build.zig.zon @@ -3,7 +3,7 @@ .version = "2.14.2", .dependencies = .{ .fontconfig = .{ - .url = "https://deps.files.ghostty.dev/fontconfig-2.14.2.tar.gz", + .url = "https://deps.files.ghostty.org/fontconfig-2.14.2.tar.gz", .hash = "12201149afb3326c56c05bb0a577f54f76ac20deece63aa2f5cd6ff31a4fa4fcb3b7", },