homebrew-cask/Casks/whatsize.rb

13 lines
300 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'whatsize' do
2014-09-17 19:43:07 +08:00
version :latest
2014-08-06 03:12:20 +08:00
sha256 :no_check
2014-09-26 22:28:02 +08:00
2014-10-20 23:12:42 +08:00
url 'http://www.whatsizemac.com/software/whatsize6/whatsize.dmg'
2014-08-06 03:12:20 +08:00
appcast 'http://www.id-design.com/software/whatsize/release/notes.xml'
2015-01-12 03:46:12 +08:00
name 'WhatSize'
2014-08-06 03:12:20 +08:00
homepage 'http://whatsizemac.com/'
2015-11-12 04:43:58 +08:00
license :commercial
2014-08-06 03:12:20 +08:00
2014-09-16 00:06:36 +08:00
app 'WhatSize.app'
2014-08-06 03:12:20 +08:00
end