homebrew-cask/Casks/patchblocks.rb

17 lines
507 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'patchblocks' do
version '0.5.3'
2016-08-08 03:12:48 +08:00
if MacOS.version <= :mountain_lion
sha256 '7dace0f8163ae389da4059cfbe6ea9925482f27cdd089770fe0d60e4b95a3595'
url "http://patchblocks.com/sites/default/files/Patchblocks-#{version}-pre10.9.dmg"
else
sha256 '9f5da1949e86002cfc82f5b1c76441be840084abe8041c97223ce955b9c71d2b'
url "http://patchblocks.com/sites/default/files/Patchblocks-#{version}.dmg"
end
2015-05-28 23:10:33 +08:00
name 'Patchblocks'
homepage 'http://www.patchblocks.com/'
2015-05-28 23:10:33 +08:00
app 'Patchblocks.app'
2015-05-28 23:10:33 +08:00
end