diff options
Diffstat (limited to 'Library/Formula/plenv.rb')
| -rw-r--r-- | Library/Formula/plenv.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/plenv.rb b/Library/Formula/plenv.rb index 1372f7e1f..3e3432417 100644 --- a/Library/Formula/plenv.rb +++ b/Library/Formula/plenv.rb @@ -2,8 +2,8 @@ require 'formula'  class Plenv < Formula    homepage 'https://github.com/tokuhirom/plenv' -  url 'https://github.com/tokuhirom/plenv/tarball/1.4.3' -  sha1 '1911aef906343bfc66ecd92274de454e55fc0e9c' +  url 'https://github.com/tokuhirom/plenv/tarball/1.4.7' +  sha1 '04884fdf5a4e4e72543203038bd9e75ee2974bdd'    head 'https://github.com/tokuhirom/plenv.git'  | 
