diff options
| author | Keith Schulze | 2013-02-23 01:14:39 +1100 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-02-22 08:37:01 -0800 | 
| commit | 016d98fefedc85d0921db4056a3a60f6ee730c47 (patch) | |
| tree | 93361713229ca60874233c24772e9a48e8742c25 /Library/Formula/dart.rb | |
| parent | ecd60fde776ef5d40e6e81328d87193e83a093b6 (diff) | |
| download | homebrew-016d98fefedc85d0921db4056a3a60f6ee730c47.tar.bz2 | |
dart 18717
Updating to the latest release of the dart-sdk (18717)
Closes #18015.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/dart.rb')
| -rw-r--r-- | Library/Formula/dart.rb | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/dart.rb b/Library/Formula/dart.rb index 83a8e9b52..5a2c66fdd 100644 --- a/Library/Formula/dart.rb +++ b/Library/Formula/dart.rb @@ -4,14 +4,14 @@ class Dart < Formula    homepage 'http://www.dartlang.org/'    if MacOS.prefer_64_bit? -    url 'https://gsdview.appspot.com/dart-editor-archive-integration/18115/dartsdk-macos-64.zip' -    sha1 '3cd57696a33e34cc2f33e1bb529c4bd4b59ebe6c' +    url 'https://gsdview.appspot.com/dart-editor-archive-integration/18717/dartsdk-macos-64.zip' +    sha1 '2ef8841fdf21c29f97813863c4c20d3952789e36'    else -    url 'https://gsdview.appspot.com/dart-editor-archive-integration/18115/dartsdk-macos-32.zip' -    sha1 '01c7f8022681e65814ed5e7751ad1a4dba686a04' +    url 'https://gsdview.appspot.com/dart-editor-archive-integration/18717/dartsdk-macos-32.zip' +    sha1 '360e7eea55b8adda3c2635df964d75664eb82ad2'    end -  version '18115' +  version '18717'    def install      libexec.install Dir['*']  | 
