Merge pull request #194004 from Homebrew/bump-binance-1.54.4
[Homebrew/homebrew-cask.git] / Casks / m / mini-vmac.rb
blob6beb102f4bc2acb7d0101f0e1daec2e2b9eadf7b
1 cask "mini-vmac" do
2   version "36.04"
3   sha256 "e8564a9827fe6a616489e29ee89f4bae85d4ecde76ea982e4a86af56b0108662"
5   url "https://www.gryphel.com/d/minivmac/minivmac-#{version}/minivmac-#{version}-mc64.bin.tgz"
6   name "Mini vMac"
7   desc "Allows modern computers to run software made for early Apple computers"
8   homepage "https://www.gryphel.com/c/minivmac/"
10   livecheck do
11     url "https://www.gryphel.com/d/minivmac/md5.txt"
12     regex(/minivmac[._-]v?(\d+(?:\.\d+)+)[._-]mc64[._-]bin\.t/i)
13   end
15   app "Mini vMac.app"
17   caveats do
18     requires_rosetta
19   end
20 end