aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rlwrap.rb
diff options
context:
space:
mode:
authorsnowXman2014-11-16 09:49:42 +0800
committerTim D. Smith2014-11-15 19:02:51 -0800
commitd929d9f934a4bb33112a34752932b9d077e8422f (patch)
tree9778932e795a1bb2c2d3a8f2421518bc4e990958 /Library/Formula/rlwrap.rb
parent60212a449d358dcd4cc628b1e06fa0752aef80af (diff)
downloadhomebrew-d929d9f934a4bb33112a34752932b9d077e8422f.tar.bz2
rlwrap 0.42
Closes #34227. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula/rlwrap.rb')
-rw-r--r--Library/Formula/rlwrap.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rlwrap.rb b/Library/Formula/rlwrap.rb
index c0abe2eda..ae8d59fbc 100644
--- a/Library/Formula/rlwrap.rb
+++ b/Library/Formula/rlwrap.rb
@@ -2,8 +2,8 @@ require "formula"
class Rlwrap < Formula
homepage "http://utopia.knoware.nl/~hlub/rlwrap/"
- url "http://utopia.knoware.nl/~hlub/rlwrap/rlwrap-0.41.tar.gz"
- sha1 "9fbc6d977255a6081360230917a293b6fd9c5fbe"
+ url "http://utopia.knoware.nl/~hlub/rlwrap/rlwrap-0.42.tar.gz"
+ sha1 "8d2ad1be9b6c362439825ae5456a2ba5cdd7eb07"
depends_on "readline"