diff options
| author | Ben Hale | 2013-08-02 09:19:06 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-08-02 09:09:06 -0700 | 
| commit | e38df680976dbe2e88c772fa996c7b84c75e8344 (patch) | |
| tree | 1395d5ec3472f090062269cb81a1d7b58908ea87 | |
| parent | ea028cc2fdb0167c997efea2c360d13dee8e8e2c (diff) | |
| download | homebrew-e38df680976dbe2e88c772fa996c7b84c75e8344.tar.bz2 | |
rbenv-aliases 1.0.1
This change upgrades the rbenv-aliases formula to version 1.0.1.  In
addition, it changes the pointers to the official source repository
(tpope/rbenv-aliases) now that author has started tagging releases.
Closes #21607.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/rbenv-aliases.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/Library/Formula/rbenv-aliases.rb b/Library/Formula/rbenv-aliases.rb index 2a945524c..1a19f3eba 100644 --- a/Library/Formula/rbenv-aliases.rb +++ b/Library/Formula/rbenv-aliases.rb @@ -1,11 +1,11 @@  require 'formula'  class RbenvAliases < Formula -  homepage 'https://github.com/nebhale/rbenv-aliases' -  url 'https://github.com/nebhale/rbenv-aliases/archive/v1.0.0.tar.gz' -  sha1 'c0a4b1a4f0b1931b39e3cc3969e5d37ad4dec1f9' +  homepage 'https://github.com/tpope/rbenv-aliases' +  url 'https://github.com/tpope/rbenv-aliases/archive/v1.0.1.tar.gz' +  sha1 '7fcfe5ea3011c5f9e00ad41d85bebc2d19869b61' -  head 'https://github.com/nebhale/rbenv-aliases.git' +  head 'https://github.com/tpope/rbenv-aliases.git'    depends_on 'rbenv' | 
