aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlexander Courtis2015-01-08 12:12:27 +1100
committerTim D. Smith2015-01-07 20:28:50 -0800
commita668454088d456467effbe55c3f85f4ca9803a80 (patch)
tree5bfcbbe2654da602369172678617694433b1f6de /Library/Formula
parented7eb620e0e1d164d3c362001ac2258aece59d33 (diff)
downloadhomebrew-a668454088d456467effbe55c3f85f4ca9803a80.tar.bz2
mvnvm 1.0
Closes #35646. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mvnvm.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mvnvm.rb b/Library/Formula/mvnvm.rb
index 81bc0739b..109136309 100644
--- a/Library/Formula/mvnvm.rb
+++ b/Library/Formula/mvnvm.rb
@@ -2,8 +2,8 @@ require "formula"
class Mvnvm < Formula
homepage "http://mvnvm.org"
- url "https://bitbucket.org/mjensen/mvnvm/get/mvnvm-0.1.zip"
- sha1 "ae75e26265c62daab4e9f751f5a6a44325247e23"
+ url "https://bitbucket.org/mjensen/mvnvm/get/mvnvm-1.0.zip"
+ sha1 "3f0e0217290d6db39c4ff504b9fcc254e52d70fb"
head "https://bitbucket.org/mjensen/mvnvm.git"
@@ -19,7 +19,7 @@ class Mvnvm < Formula
test do
ENV["JAVA_HOME"] = `/usr/libexec/java_home`.chomp
(testpath/"mvnvm.properties").write <<-EOS.undent
- mvn_version=3.0.5
+ mvn_version=3.2.5
EOS
(testpath/"pom.xml").write <<-EOS.undent
<?xml version="1.0" encoding="UTF-8"?>