homebrew-cask/Casks/prepros.rb

13 lines
436 B
Ruby

cask 'prepros' do
version '6.2.2'
sha256 '103322a9bc12d4b3b274bde9fa1fb91b67fcc00b7b36ba3225dd515e93a36f03'
# s3-us-west-2.amazonaws.com/prepros-io-releases was verified as official when first introduced to the cask
url "https://s3-us-west-2.amazonaws.com/prepros-io-releases/stable/Prepros-Mac-#{version}.zip"
appcast 'https://prepros.io/changelog'
name 'Prepros'
homepage 'https://prepros.io/'
app 'Prepros.app'
end