From 5ee6494c0dbc9edb928caab6b5e99d7012c256f7 Mon Sep 17 00:00:00 2001 From: Semyeong Oh <1384435+smoh@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:44:30 +0900 Subject: [PATCH 1/2] Update topcat url --- Casks/t/topcat.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/t/topcat.rb b/Casks/t/topcat.rb index 19e601dd57..81588d5517 100644 --- a/Casks/t/topcat.rb +++ b/Casks/t/topcat.rb @@ -2,7 +2,7 @@ cask "topcat" do version "4.9" sha256 :no_check - url "https://www.star.bristol.ac.uk/mbt/topcat/topcat-full.dmg" + url "https://www.star.bristol.ac.uk/mbt/topcat/topcat-all.dmg" name "TOPCAT" desc "Interactive graphical viewer and editor for tabular data" homepage "https://www.star.bristol.ac.uk/mbt/topcat/" From dc16ee02e4cb3805736098b9f3369407fcd00c2b Mon Sep 17 00:00:00 2001 From: Semyeong Oh <1384435+smoh@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:28:50 +0900 Subject: [PATCH 2/2] Update resource paths --- Casks/t/topcat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/t/topcat.rb b/Casks/t/topcat.rb index 81588d5517..a9377ef37e 100644 --- a/Casks/t/topcat.rb +++ b/Casks/t/topcat.rb @@ -13,8 +13,8 @@ cask "topcat" do end app "TOPCAT.app" - binary "#{appdir}/TOPCAT.app/Contents/Resources/bin/topcat" - binary "#{appdir}/TOPCAT.app/Contents/Resources/bin/stilts" + binary "#{appdir}/TOPCAT.app/Contents/Resources/app/topcat" + binary "#{appdir}/TOPCAT.app/Contents/Resources/app/stilts" # No zap stanza required