mr 1.14
Closes Homebrew/homebrew#19242. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
1e7ce18cd9
commit
4354acc42f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Mr < Formula
|
||||
homepage 'http://kitenet.net/~joey/code/mr/'
|
||||
url 'git://git.kitenet.net/mr', :tag => '1.13'
|
||||
version '1.13'
|
||||
url 'git://git.kitenet.net/mr', :tag => '1.14'
|
||||
version '1.14'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue