homebrew-cask/Casks/smaller.rb

14 lines
345 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'smaller' do
2014-09-17 19:43:02 +08:00
version :latest
sha256 :no_check
2013-06-02 01:04:29 +08:00
url 'http://smallerapp.com/download/Smaller.zip'
2015-12-26 04:57:40 +08:00
appcast 'http://smallerapp.com/up/updates.xml',
:sha256 => 'e2ab08e7db22d35dc6e89843a309050660fbcfcc17f173aff94e46d4a4e1dd7d'
2015-01-30 04:56:49 +08:00
name 'Smaller'
2013-06-02 01:04:29 +08:00
homepage 'http://smallerapp.com/'
2015-10-29 04:12:19 +08:00
license :commercial
2014-09-16 00:06:21 +08:00
app 'Smaller.app'
2013-06-02 01:04:29 +08:00
end