homebrew-cask/Casks/bestres.rb

15 lines
354 B
Ruby

cask 'bestres' do
version :latest
sha256 :no_check
# 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'
name 'BestRes'
homepage 'http://icyberon.com/bestres/'
license :gratis
depends_on macos: '>= :yosemite'
app 'BestRes.app'
end