mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
228 B
Ruby
7 lines
228 B
Ruby
class Max < Cask
|
|
url 'http://files.sbooth.org/Max-0.9.1.tar.bz2'
|
|
homepage 'http://sbooth.org/Max/'
|
|
version '0.9.1'
|
|
sha256 '722bf714696d3d39329ba98ffddc9f117f8cc6863f71670507cd12f62a5e5f14'
|
|
link 'Max-0.9.1/Max.app'
|
|
end
|