homebrew-cask/Casks/resolutionator.rb

17 lines
512 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'resolutionator' do
2016-08-11 05:28:07 +08:00
version '1.1'
sha256 'bb3fe019be566f2b194afe8233d2c96becd3c803f1741577511a70e848250562'
2015-05-04 02:09:56 +08:00
2016-01-17 04:48:51 +08:00
url 'https://manytricks.com/download/resolutionator'
appcast 'https://manytricks.com/resolutionator/appcast.xml',
2016-08-11 05:28:07 +08:00
checkpoint: '65a6bf2d102c806c0021f5f175d4ce2ad79d577784c0bd42414eb0da40f17e90'
name 'Resolutionator'
homepage 'https://manytricks.com/resolutionator/'
2015-05-04 02:09:56 +08:00
license :gratis
2016-02-11 23:35:41 +08:00
auto_updates true
depends_on macos: '>= :mountain_lion'
2015-08-08 23:11:15 +08:00
2015-05-04 02:09:56 +08:00
app 'Resolutionator.app'
end