diff options
| author | tokuhirom | 2013-06-02 10:45:41 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-01 19:56:07 -0700 |
| commit | fac00494995038c1b454681309b42f97249df5cf (patch) | |
| tree | 7060480f106978c9c42c1abae6c0aea7161181ab /Library/Formula | |
| parent | 4635363e2fad96967d5e3c40d38d3f154cf84093 (diff) | |
| download | homebrew-fac00494995038c1b454681309b42f97249df5cf.tar.bz2 | |
plenv 2.0.1
Closes #20202.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 a09547a05..71e7d3e10 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/archive/1.9.4.tar.gz' - sha1 'e7f7c5ad7cf5852af7766a4d9f812c298d547f65' + url 'https://github.com/tokuhirom/plenv/archive/2.0.1.tar.gz' + sha1 '534e9048ff171fee2d47d2508f5af30b92b3107f' head 'https://github.com/tokuhirom/plenv.git' |
