Closes Homebrew/homebrew#19242.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Peter Eisentraut 2013-04-16 12:18:39 -04:00 committed by Jack Nagel
parent 1e7ce18cd9
commit 4354acc42f

View file

@ -2,8 +2,8 @@ require 'formula'
class Mr < Formula class Mr < Formula
homepage 'http://kitenet.net/~joey/code/mr/' homepage 'http://kitenet.net/~joey/code/mr/'
url 'git://git.kitenet.net/mr', :tag => '1.13' url 'git://git.kitenet.net/mr', :tag => '1.14'
version '1.13' version '1.14'
def install def install
system "make" system "make"