Update merlin-project to 5.0.8 (#54929)

* Update merlin-project to 5.0.8

* Update 'app' declaration

Updated app declaration so that it could properly be found.

* Update merlin-project.rb
This commit is contained in:
Randall 2018-11-14 16:34:27 -08:00 committed by Vítor Galvão
parent b56ffa3827
commit c67254cea5
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
cask 'merlin-project' do
version :latest
sha256 :no_check
version '5.0.8'
sha256 '10d1e2eccac7888cfca4100b4968d5cc588ebe741e09413a3ab37c78a2f7af41'
url 'https://www.projectwizards.net/downloads/MerlinProject.zip'
appcast 'https://projectwizards.net/en/support/release-notes/merlin-project/xml'
name 'Merlin Project'
homepage 'https://www.projectwizards.net/en/products/merlin-project/what-is'
app 'Merlin Project.app'
app "Merlin Project #{version.major}.app"
end