diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rbenv-use.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rbenv-use.rb b/Library/Formula/rbenv-use.rb index 867423b84..3af898abb 100644 --- a/Library/Formula/rbenv-use.rb +++ b/Library/Formula/rbenv-use.rb @@ -2,8 +2,8 @@ require 'formula' class RbenvUse < Formula homepage 'https://github.com/rkh/rbenv-use' - url 'https://github.com/rkh/rbenv-use/archive/bb3294.tar.gz' - sha1 'b8396084fa810e7754aea9a3c01ae288420e5932' + url 'https://github.com/rkh/rbenv-use/archive/v1.0.0.tar.gz' + sha1 '39beb889704bc51213665fd994417ab0668c5f83' depends_on 'rbenv' depends_on 'rbenv-whatis' |
