diff options
| author | Keith Schulze | 2013-02-08 16:36:53 +1100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-08 09:18:10 -0800 |
| commit | 8f9adb5337e676ff32f8895f6f9a324d487becec (patch) | |
| tree | 604c891ce9b0d073f12a911f185c58d3335d3756 /Library/Formula | |
| parent | f6309cea967f5b67d0d745823abda0beb1ce7037 (diff) | |
| download | homebrew-8f9adb5337e676ff32f8895f6f9a324d487becec.tar.bz2 | |
dart 18115
Update to the latest dart-sdk (18115)
Closes #17681.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 bdb62ee24..83a8e9b52 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/17657/dartsdk-macos-64.zip' - sha1 '440936b9dd5c48b5fbf769adaf5d092355a342b1' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/18115/dartsdk-macos-64.zip' + sha1 '3cd57696a33e34cc2f33e1bb529c4bd4b59ebe6c' else - url 'https://gsdview.appspot.com/dart-editor-archive-integration/17657/dartsdk-macos-32.zip' - sha1 '6b3ef69af8ab468e612322c454284150588af050' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/18115/dartsdk-macos-32.zip' + sha1 '01c7f8022681e65814ed5e7751ad1a4dba686a04' end - version '17657' + version '18115' def install libexec.install Dir['*'] |
