homebrew-cask/Casks/mblock.rb

14 lines
484 B
Ruby
Raw Normal View History

2016-08-27 09:19:55 +08:00
cask 'mblock' do
2017-07-24 06:44:11 +08:00
version '3.4.10'
sha256 '3e4fc8fbb3f30c869d1084c889ab72d98eacdceaa07dabda6a59874840a7dee6'
2016-08-27 09:19:55 +08:00
2017-02-03 03:24:15 +08:00
# mblock.makeblock.com was verified as official when first introduced to the cask
url "http://mblock.makeblock.com/mBlock_mac_V#{version}.zip"
2017-07-24 06:44:11 +08:00
appcast 'http://www.mblock.cc/release-logs/',
checkpoint: '0228ad3a1db5da56e462ce09c6ac83ee2ada9cb3372ea5828b62aea043fce4db'
2016-08-27 09:19:55 +08:00
name 'mBlock'
homepage 'http://www.mblock.cc/'
app "mBlock_v#{version}.app"
end