Files
homebrew-cask/Casks/t/the-cheat.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

13 lines
361 B
Ruby

cask "the-cheat" do
version "1.2.5"
sha256 "24ed774cc21adc2355077123d04c2657295a41183fd5555c41a2342063c3dedc"
url "https://chazmcgarvey.github.io/thecheat/thecheat-#{version}.dmg",
verified: "chazmcgarvey.github.io/thecheat/"
name "The Cheat"
desc "Game trainer"
homepage "https://github.com/chazmcgarvey/thecheat"
app "The Cheat.app"
end