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 Homebrew/homebrew#21607.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Ben Hale 2013-08-02 09:19:06 +01:00 committed by Adam Vandenberg
parent 3a4ebc9c28
commit 60463dd1e0
1 changed files with 4 additions and 4 deletions

View File

@ -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'