diff options
| author | tokuhirom | 2013-03-02 11:43:16 +0900 | 
|---|---|---|
| committer | Jack Nagel | 2013-03-02 22:55:31 -0600 | 
| commit | 7e934521c1bb6c238e06b3cf23de8aabfd7d96e9 (patch) | |
| tree | 9e58b4f644cd157dd872e3b75b82aac758b23337 /Library/Formula/plenv.rb | |
| parent | a3ef0325057e4e2d97839115442e91765200d5e2 (diff) | |
| download | homebrew-7e934521c1bb6c238e06b3cf23de8aabfd7d96e9.tar.bz2 | |
plenv 1.4.3
Closes #18178.
Signed-off-by: Jack Nagel <jacknagel@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 b3f7cc108..1372f7e1f 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.2' -  sha1 'bc97842f66e8ae052b5566de07520e956dfd76ef' +  url 'https://github.com/tokuhirom/plenv/tarball/1.4.3' +  sha1 '1911aef906343bfc66ecd92274de454e55fc0e9c'    head 'https://github.com/tokuhirom/plenv.git'  | 
