From e2a45d9d302b9e8b192b0deb1c76d664f0538f16 Mon Sep 17 00:00:00 2001 From: june Date: Mon, 17 Mar 2025 19:43:45 +1300 Subject: [PATCH] soh: init --- Casks/soh.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Casks/soh.rb diff --git a/Casks/soh.rb b/Casks/soh.rb new file mode 100644 index 0000000..7e0d8df --- /dev/null +++ b/Casks/soh.rb @@ -0,0 +1,11 @@ +cask "soh" do + version "8.0.4" + sha256 "3c9e25350d17eb8d7f2650c8fbd44572e4a9a539a42d50d949ff08a0100a5a70" + + url "https://dl.breadone.xyz/cask/soh-8.0.4.zip" + name "Ship of Harkinian" + desc "Recompilation of The Legend of Zelda: Ocarina of Time for modern platforms" + homepage "https://www.shipofharkinian.com/" + + app "soh.app" +end