homebrew-cask/Casks/resolutionator.rb

17 lines
514 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'resolutionator' do
2016-02-03 02:09:58 +08:00
version '1.0.3'
sha256 'fd94d101e41c135be4563d7500ba851e79deed5f288f2e8659876ac5d6afbd5c'
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-02-03 02:09:58 +08:00
checkpoint: 'bac0c680fdbe621215de014bfe7533d9bb87a8550743e2a9a75a004cf6ea362d'
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