homebrew-cask/Casks/bestres.rb

14 lines
336 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bestres' do
2015-07-28 01:06:08 +08:00
version :latest
sha256 :no_check
2016-02-12 01:36:31 +08:00
# devmate.com/com.icyberon.BestRes was verified as official when first introduced to the cask
url 'https://dl.devmate.com/com.icyberon.BestRes/BestRes.zip'
2015-07-28 01:06:08 +08:00
name 'BestRes'
homepage 'http://icyberon.com/bestres/'
depends_on macos: '>= :yosemite'
2015-08-02 00:43:13 +08:00
2015-07-28 01:06:08 +08:00
app 'BestRes.app'
end