homebrew-cask/Casks/appstudio.rb

12 lines
327 B
Ruby
Raw Normal View History

cask 'appstudio' do
version :latest
sha256 :no_check
2018-11-01 03:35:02 +08:00
# dl.dropboxusercontent.com/s/ojbaoqbg6ffneyl was verified as official when first introduced to the cask
url 'https://dl.dropboxusercontent.com/s/ojbaoqbg6ffneyl/AppStudio.dmg'
name 'NSB/AppStudio'
homepage 'https://www.nsbasic.com/'
app 'AppStudio.app'
end