homebrew-cask/Casks/resolutionator.rb

14 lines
396 B
Ruby
Raw Normal View History

2015-05-04 02:09:56 +08:00
cask :v1 => 'resolutionator' do
version :latest
sha256 :no_check
url 'http://manytricks.com/download/resolutionator'
name 'Resolutionator'
2015-05-30 00:49:40 +08:00
appcast 'http://manytricks.com/resolutionator/appcast.xml',
:sha256 => 'daf1d476cf2235d77b3f0303b5f2672cafff7b713914a50a28d68c6747fece2f'
2015-05-04 02:09:56 +08:00
homepage 'http://manytricks.com/blog/?cat=34'
license :gratis
app 'Resolutionator.app'
end