Skip to content

Commit

Permalink
jmeter: fix url and update to 2.5.1
Browse files Browse the repository at this point in the history
Closes Homebrew#8600.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
bkonkle authored and jacknagel committed Nov 16, 2011
1 parent 1900527 commit c65b351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/jmeter.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'formula'

class Jmeter < Formula
url 'http://www.apache.org/dyn/closer.cgi?path=jakarta/jmeter/binaries/jakarta-jmeter-2.5.tgz'
url 'http://www.apache.org/dyn/closer.cgi?path=jmeter/binaries/jakarta-jmeter-2.5.1.tgz'
homepage 'http://jakarta.apache.org/jmeter/'
md5 '18035ee0c8bf64792b2710d9ae48b2ac'
md5 'e72f17c352fa4d3469d042e6542dd36d'

def startup_script name
<<-EOS.undent
Expand Down

0 comments on commit c65b351

Please sign in to comment.