From 168f4a63407fe82774cd51836456dec31ca9a22d Mon Sep 17 00:00:00 2001 From: tokuhirom Date: Sat, 1 Jun 2013 14:25:23 +0900 Subject: plenv 1.9.4 Closes #20190. Signed-off-by: Jack Nagel --- Library/Formula/plenv.rb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/plenv.rb b/Library/Formula/plenv.rb index a0f2db7ec..a09547a05 100644 --- a/Library/Formula/plenv.rb +++ b/Library/Formula/plenv.rb @@ -2,13 +2,16 @@ require 'formula' class Plenv < Formula homepage 'https://github.com/tokuhirom/plenv' - url 'https://github.com/tokuhirom/plenv/archive/1.4.15.tar.gz' - sha1 '34c8524b990010c6d1d1d8508b880904b327fe03' + url 'https://github.com/tokuhirom/plenv/archive/1.9.4.tar.gz' + sha1 'e7f7c5ad7cf5852af7766a4d9f812c298d547f65' head 'https://github.com/tokuhirom/plenv.git' def install - prefix.install 'bin', 'share' + prefix.install 'bin', 'plenv.d', 'completions', 'libexec' + + # Run rehash after installing. + system "#{bin}/plenv", "rehash" end def caveats; <<-EOS.undent -- cgit v1.2.3