From e38df680976dbe2e88c772fa996c7b84c75e8344 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Fri, 2 Aug 2013 09:19:06 +0100 Subject: 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 --- Library/Formula/rbenv-aliases.rb | 8 ++++---- 1 file 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' -- cgit v1.2.3