diff options
| author | Asterism | 2013-10-02 12:42:38 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2013-10-01 21:14:02 -0700 |
| commit | cbce32c05b73c82e821149e9b000114149eacdaf (patch) | |
| tree | c829a48473746421e6d27c3256e5917890b52554 /Library/Formula | |
| parent | 3acd3209a62e2eadf233bcc0cc3768d8132e3ee8 (diff) | |
| download | homebrew-cbce32c05b73c82e821149e9b000114149eacdaf.tar.bz2 | |
vert.x 2.0.1
Closes #22983.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/vert.x.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/vert.x.rb b/Library/Formula/vert.x.rb index 66b5bd8cf..de6c73533 100644 --- a/Library/Formula/vert.x.rb +++ b/Library/Formula/vert.x.rb @@ -2,8 +2,8 @@ require 'formula' class VertX < Formula homepage 'http://vertx.io/' - url 'http://dl.bintray.com/vertx/downloads/vert.x-2.0.0-final.tar.gz' - sha1 'afc65d74af1c603469869d99c7db129226ac0cbf' + url 'http://dl.bintray.com/vertx/downloads/vert.x-2.0.1-final.tar.gz' + sha1 'c06df5c3a3f9467a5dfaf354d06b2db7361c65fa' def install rm_f Dir["bin/*.bat"] |
