diff options
| author | tokuhirom | 2013-01-21 14:12:01 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-21 06:13:49 -0800 |
| commit | c52ce5a3656bc694ca450d51da5999797b272609 (patch) | |
| tree | 674b5d57b4bb62bc62b82a331e17f7c26096400c /Library | |
| parent | 141ae48e01a1308daba7d059abe64173f0b6919d (diff) | |
| download | homebrew-c52ce5a3656bc694ca450d51da5999797b272609.tar.bz2 | |
plenv 1.1.0
Closes #17220.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 90d97b590..3796e1d6c 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.0.8' - sha1 '9babaeb2af77609a00ccdbda5a22213d7c3529dc' + url 'https://github.com/tokuhirom/plenv/tarball/1.1.0' + sha1 'b7f2d72022fa8db36fe8cb9b4f3d351a845b1d34' head 'https://github.com/tokuhirom/plenv.git' |
