homebrew-cask/Casks/resolutionator.rb

16 lines
442 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'resolutionator' do
2015-05-04 02:09:56 +08:00
version :latest
sha256 :no_check
url 'http://manytricks.com/download/resolutionator'
appcast 'https://manytricks.com/resolutionator/appcast.xml',
:checkpoint => 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b856'
name 'Resolutionator'
homepage 'https://manytricks.com/resolutionator/'
2015-05-04 02:09:56 +08:00
license :gratis
2015-08-08 23:11:15 +08:00
depends_on :macos => '>= :mountain_lion'
2015-05-04 02:09:56 +08:00
app 'Resolutionator.app'
end