appstudio: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:16:21 +01:00
parent 1595ae2914
commit fbca1327f2
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
cask 'appstudio' do
cask "appstudio" do
version :latest
sha256 :no_check
# 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/'
url "https://dl.dropboxusercontent.com/s/ojbaoqbg6ffneyl/AppStudio.dmg"
name "NSB/AppStudio"
homepage "https://www.nsbasic.com/"
app 'AppStudio.app'
app "AppStudio.app"
end