diff --git a/Formula/rbenv-use.rb b/Formula/rbenv-use.rb index 867423b84d..3af898abbe 100644 --- a/Formula/rbenv-use.rb +++ b/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'