From efd8d4ca1b2062341fab6fe8780546b79074ef21 Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Sat, 15 Jun 2013 17:34:40 +0800 Subject: [PATCH] Processing 2.0 Release --- Casks/processing.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/processing.rb b/Casks/processing.rb index 3b6d176e8..c627cb4ea 100644 --- a/Casks/processing.rb +++ b/Casks/processing.rb @@ -1,7 +1,7 @@ class Processing < Cask - url 'http://processing.googlecode.com/files/processing-2.0b9-macosx.zip' + url 'http://processing.googlecode.com/files/processing-2.0-macosx.zip' homepage 'http://processing.org/' - version '2.0b9' - sha1 'da40235bd811e67e122acb21701f7a5366672b17' + version '2.0' + sha1 '8c88c840be2cd2d5579609c4d67a71b6ec163763' link 'Processing.app' end