homebrew-cask/Casks/marathon2.rb

14 lines
585 B
Ruby

cask 'marathon2' do
# note: "2" is not a version number, but an intrinsic part of the product name
version '20150620'
sha256 '5459d769d903a679b1d15be8aaf14660c47886e9221ec60fc8defd8cad8135ec'
# github.com/Aleph-One-Marathon/alephone was verified as official when first introduced to the cask
url "https://github.com/Aleph-One-Marathon/alephone/releases/download/release-#{version}/Marathon2-#{version}-Mac.dmg"
appcast 'https://github.com/Aleph-One-Marathon/alephone/releases.atom'
name 'Marathon 2'
homepage 'https://alephone.lhowon.org/'
app 'Marathon 2.app'
end