From 8ce412fdc7c14263cc4c60cbee194db15d9e222f Mon Sep 17 00:00:00 2001 From: Razvan Azamfirei Date: Thu, 2 May 2024 12:38:51 -0400 Subject: [PATCH] olympus: migrate --- Casks/olympus.rb | 28 ---------------------------- tap_migrations.json | 1 + 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 Casks/olympus.rb diff --git a/Casks/olympus.rb b/Casks/olympus.rb deleted file mode 100644 index 085cdf2906..0000000000 --- a/Casks/olympus.rb +++ /dev/null @@ -1,28 +0,0 @@ -cask "olympus" do - version "4044" - sha256 "59c75c10dd251221bf6bcf98f87a86cdb52a91b6e54e9e3faf1a62f4c407ac1a" - - url "https://dev.azure.com/EverestAPI/Olympus/_apis/build/builds/#{version}/artifacts?artifactName=macos.main&$format=zip", - verified: "dev.azure.com/EverestAPI/Olympus/_apis/build/builds/" - name "Olympus" - desc "Everest (Mod loader for video games Celeste) installer / manager" - homepage "https://everestapi.github.io/" - - livecheck do - url "https://dev.azure.com/EverestAPI/Olympus/_apis/build/builds" - strategy :json do |json| - json["value"]&.map do |build| - build["id"].to_s if build["sourceBranch"] == "refs/heads/stable" - end - end - end - - container nested: "macos.main/dist.zip" - - app "Olympus.app" - - zap trash: [ - "~/Library/Application Support/Olympus", - "~/Library/Saved Application State/everest.olympus.savedState", - ] -end diff --git a/tap_migrations.json b/tap_migrations.json index 6eecfff933..3e477e1e51 100644 --- a/tap_migrations.json +++ b/tap_migrations.json @@ -107,6 +107,7 @@ "navicat-premium15": "homebrew/cask/navicat-premium@15", "netnewswire-beta": "homebrew/cask/netnewswire@beta", "obs-beta": "homebrew/cask/obs@beta", + "olympus": "homebrew/cask/olympus", "omegat-latest": "homebrew/cask/omegat@latest", "openemu-experimental": "homebrew/cask/openemu@experimental", "openra-playtest": "homebrew/cask/openra-playtest", -- 2.11.4.GIT