Files
homebrew-cask/Casks/retroactive.rb
mario_bros_tech 83de3747b6 Add Retroactive v1.9 (#91844)
* Add Retroactive v1.9

* Update retroactive.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
2020-11-02 15:53:38 +00:00

15 lines
574 B
Ruby

cask "retroactive" do
version "1.9"
sha256 "6f856bcdd62a25d31a16670a7091401f173059194136bfa5f83caae2255b28ae"
url "https://github.com/cormiertyshawn895/Retroactive/releases/download/#{version}/Retroactive.#{version}.zip"
appcast "https://github.com/cormiertyshawn895/Retroactive/releases.atom"
name "Retroactive"
desc "Run Apple apps on incompatible OS versions"
homepage "https://github.com/cormiertyshawn895/Retroactive"
app "Retroactive #{version}/Retroactive (right click to open).app"
zap delete: "~/Library/Caches/com.retroactive.Retroactive"
end