aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vert.x.rb
diff options
context:
space:
mode:
authorphilips.luke2012-10-25 17:05:02 -0600
committerAdam Vandenberg2012-10-25 21:19:33 -0700
commit404fb5bb11cbb7c2673d7e9deda384eeab15d800 (patch)
treeca043313ea4b120111355d61b1089d696ca4f05d /Library/Formula/vert.x.rb
parent35dc1a33c8e9a5a79bcf54a12732d82a96cc6802 (diff)
downloadhomebrew-404fb5bb11cbb7c2673d7e9deda384eeab15d800.tar.bz2
vert.x 1.3.0
Closes #15672. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/vert.x.rb')
-rw-r--r--Library/Formula/vert.x.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/vert.x.rb b/Library/Formula/vert.x.rb
index f23df756a..b8d893500 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://vertx.io/downloads/vert.x-1.2.3.final.tar.gz'
- sha1 'ed1b3334ac80b3e73079d2d34edb170789163e7d'
+ url 'http://vertx.io/downloads/vert.x-1.3.0.final.tar.gz'
+ sha1 '143737e91dcaf85280275241ae1a2d5bc507831a'
def install
rm_f Dir["bin/*.bat"]