aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mr.rb
diff options
context:
space:
mode:
authorIan Lancaster2013-05-05 03:02:21 -0400
committerAdam Vandenberg2013-05-05 08:54:59 -0700
commitfa5309ae66ef63f148abcb3f390e7dfe952b746b (patch)
tree7b682314c5b8ca3733605c54a1d15014d09883d6 /Library/Formula/mr.rb
parentf11e793bf29586be68f9a8bea9d52d20f54daaeb (diff)
downloadhomebrew-fa5309ae66ef63f148abcb3f390e7dfe952b746b.tar.bz2
mr 1.15
Closes #19613. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/mr.rb')
-rw-r--r--Library/Formula/mr.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mr.rb b/Library/Formula/mr.rb
index 8a1afa142..8d6b051b6 100644
--- a/Library/Formula/mr.rb
+++ b/Library/Formula/mr.rb
@@ -2,8 +2,8 @@ require 'formula'
class Mr < Formula
homepage 'http://kitenet.net/~joey/code/mr/'
- url 'git://git.kitenet.net/mr', :tag => '1.14'
- version '1.14'
+ url 'git://git.kitenet.net/mr', :tag => '1.15'
+ version '1.15'
def install
system "make"