diff options
| author | Kevin Moore | 2012-04-27 11:01:36 -0700 |
|---|---|---|
| committer | Jack Nagel | 2012-04-27 14:13:29 -0500 |
| commit | 9564884856612e3fb9139591fa6b679e8e6070c3 (patch) | |
| tree | 4aa9ab541d745d45921837025cf1d148b653d086 /Library/Formula | |
| parent | d5185605685058ea039305d4d65dd7d6b25a8766 (diff) | |
| download | homebrew-9564884856612e3fb9139591fa6b679e8e6070c3.tar.bz2 | |
dart v6943
Closes #11915.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dart.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/dart.rb b/Library/Formula/dart.rb index 2831ad440..cf5b70c4c 100644 --- a/Library/Formula/dart.rb +++ b/Library/Formula/dart.rb @@ -2,9 +2,9 @@ require 'formula' class Dart < Formula homepage 'http://www.dartlang.org/' - url 'https://gsdview.appspot.com/dart-editor-archive-integration/6722/dart-macos.zip' - version '6722' - md5 '0afac9764a19e6fd99d3bbe2ae755379' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/6943/dart-macos.zip' + version '6943' + md5 '489fa4e956745066c8cbbaed6e2cd76c' def shim_script target <<-EOS.undent |
