From 0b0d71ff274e3b62d1bdef2153cf5717de7b9c64 Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Wed, 27 Aug 2014 14:03:21 -0300 Subject: [PATCH] Update Processing3 to 3.0a3 --- Casks/processing3.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/processing3.rb b/Casks/processing3.rb index 41dc47cfe..f44ce6dca 100644 --- a/Casks/processing3.rb +++ b/Casks/processing3.rb @@ -1,8 +1,8 @@ class Processing3 < Cask - version '3.0a2' - sha256 'abe0928faa6318ed7938a2012af5dabf60268b32e86e950a51b9859968f1725c' + version '3.0a3' + sha256 '74b2bd8e40bb2de6adc20e442b757f35f6c5ccf4c150e4c63fae4ea6a299ab3c' - url 'http://download.processing.org/processing-3.0a2-macosx.zip' + url "http://download.processing.org/processing-#{version}-macosx.zip" homepage 'http://processing.org/' link 'Processing.app'