Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

15 lines
406 B
Ruby

cask "yuna" do
version "1.4.23"
sha256 "9a159f8cd2e16cc4dd31cb3a0f4c30fee20f29cfc77514ac27099561b0893fbd"
url "https://github.com/BeeeQueue/yuna/releases/download/v#{version}/Yuna-#{version}.dmg",
verified: "github.com/BeeeQueue/yuna/"
name "Yuna"
desc "Anime player and list manager"
homepage "https://yuna.moe/"
app "Yuna.app"
zap trash: "~/Library/Application Support/yuna"
end