From fe6d28f232ff7750bf57863200f74da7b02ca96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Sat, 6 Jun 2015 23:20:03 +0100 Subject: [PATCH] processing3.rb: version 3.0a9 --- Casks/processing3.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/processing3.rb b/Casks/processing3.rb index a2f1bcaa3..551f5cac0 100644 --- a/Casks/processing3.rb +++ b/Casks/processing3.rb @@ -1,10 +1,10 @@ cask :v1 => 'processing3' do - version '3.0a5' - sha256 '4aca3ca91e83c01a27ebb16f34360ef9dc3678397ab10d2a305653a910dbb55f' + version '3.0a9' + sha256 '1eb6df0322354ffd1a4805048b2b1102f9b397e49fba54fa6b993b0fe01e9d09' url "http://download.processing.org/processing-#{version}-macosx.zip" homepage 'http://processing.org/' - license :unknown + license :gpl app 'Processing.app' end