homebrew-cask/Casks/metaz.rb

14 lines
522 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'metaz' do
2017-12-03 05:45:59 +08:00
version '1.0.beta-35'
sha256 '9b778eea86ac68a38bc40b88d5a74da6e6cb4a521e2ed1e8b62957309a286ffd'
2016-02-11 06:04:18 +08:00
# github.com/griff/metaz was verified as official when first introduced to the cask
url "https://github.com/griff/metaz/releases/download/v#{version}/MetaZ-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/griff/metaz/releases.atom',
2017-12-03 05:45:59 +08:00
checkpoint: '64ad5ec7895d8b890eab9abef034c46083d783d1d4f40c7e41f3ed978bf49921'
name 'MetaZ'
2015-06-29 14:32:18 +08:00
homepage 'https://griff.github.io/metaz/'
app 'MetaZ.app'
end