Files
homebrew-cask/Casks/a/aquaskk.rb
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

18 lines
426 B
Ruby

cask "aquaskk" do
version "4.7.3"
sha256 "bf3300ceb8f5fd2433e244de0f43f1962073b5048f1536ef58e617f7c4785abd"
url "https://github.com/codefirst/aquaskk/releases/download/#{version}/AquaSKK-#{version}.pkg"
name "AquaSKK"
homepage "https://github.com/codefirst/aquaskk"
livecheck do
url :url
strategy :github_latest
end
pkg "AquaSKK-#{version}.pkg"
uninstall pkgutil: "org.codefirst.aquaskk.pkg"
end