Skip to content

Commit

Permalink
convmv 1.15
Browse files Browse the repository at this point in the history
Closes Homebrew#12187.

Signed-off-by: Jack Nagel <[email protected]>
  • Loading branch information
felixbuenemann authored and jacknagel committed May 10, 2012
1 parent dc7e487 commit 6d69cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/convmv.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'formula'

class Convmv < Formula
url 'http://www.j3e.de/linux/convmv/convmv-1.14.tar.gz'
homepage 'http://www.j3e.de/linux/convmv/'
md5 'd41238051c13b2e6c0cc2310a8f69d68'
url 'http://www.j3e.de/linux/convmv/convmv-1.15.tar.gz'
md5 'b1bb703c08c6355868d15890ff193f7d'

def install
system "make", "install", "PREFIX=#{prefix}"
Expand Down

0 comments on commit 6d69cec

Please sign in to comment.