diff options
| author | tokuhirom | 2013-03-27 21:24:04 +0900 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-03-27 08:56:48 -0700 | 
| commit | 4579c0f8706755006b91fff6b6afad32b3cd52e5 (patch) | |
| tree | 4e3840c71b347a2ce08c99bc1b0a061981ab89de /Library/Formula/plenv.rb | |
| parent | 799e86e6b3858ca55bc8fb6c20786e2e6e8b3120 (diff) | |
| download | homebrew-4579c0f8706755006b91fff6b6afad32b3cd52e5.tar.bz2 | |
plenv 1.4.7
Closes #18769.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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'  | 
