From e629548fc71ce407183091a0080f6c8aa03ddba4 Mon Sep 17 00:00:00 2001 From: Andy Stanton Date: Wed, 20 Jul 2016 01:53:33 +0100 Subject: [PATCH] magicavoxel 0.97.4 (#22949) Use 'suite' instead of 'app' because the contents of the zip distribution seem to need to be located relative to the path of the executable. --- Casks/magicavoxel.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/magicavoxel.rb b/Casks/magicavoxel.rb index 816f925776..9efb390fc3 100644 --- a/Casks/magicavoxel.rb +++ b/Casks/magicavoxel.rb @@ -1,6 +1,6 @@ cask 'magicavoxel' do - version '0.97.2' - sha256 '7dddec090f17158e92eeabe8bfe0ed7b1413dd95841acc03796601904345891b' + version '0.97.4' + sha256 'a1c18356b2de57bcf99b356a5061c4903560956fd3a42ae4843730209f7799d9' # 23.98.147.40 was verified as official when first introduced to the cask url "http://23.98.147.40/uploads/MagicaVoxel-#{version}-win-mac.zip" @@ -8,5 +8,5 @@ cask 'magicavoxel' do homepage 'https://ephtracy.github.io/' license :gpl - app "MagicaVoxel-#{version}/MagicaVoxel-mac.app" + suite "MagicaVoxel-#{version}" end