diff options
| author | tokuhirom | 2013-02-07 09:57:17 +0900 | 
|---|---|---|
| committer | Jack Nagel | 2013-02-06 19:46:05 -0600 | 
| commit | 12457dd7c890ededc93fa3264d8143317ca88325 (patch) | |
| tree | 2e1c422fcb9547a8ae677ba31ae37c927399fded /Library/Formula/plenv.rb | |
| parent | a3e32812f4273c45065664fe3bb2bbf9c82aa5f7 (diff) | |
| download | homebrew-12457dd7c890ededc93fa3264d8143317ca88325.tar.bz2 | |
plenv 1.4.0
Closes #17648.
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 3796e1d6c..d79fc76fd 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.1.0' -  sha1 'b7f2d72022fa8db36fe8cb9b4f3d351a845b1d34' +  url 'https://github.com/tokuhirom/plenv/tarball/1.4.0' +  sha1 '1019c2ee9fb16a1fff2cc2f8830d98bdbfdd334b'    head 'https://github.com/tokuhirom/plenv.git'  | 
