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-11-14 12:50:25 +08:00
version '3.4.11'
sha256 'fcf814848d47f0c383354870358bf44a375da32f71d35046c5542650769ec4ca'
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/',
2017-11-14 12:50:25 +08:00
checkpoint: '817adf688a66aa1cb7859e2655b688129bffeda3223aa68656aed48eac272fb2'
2016-08-27 09:19:55 +08:00
name 'mBlock'
homepage 'http://www.mblock.cc/'
app "mBlock_v#{version}.app"
end