Skip to content

Commit

Permalink
rbenv-aliases 1.0.1
Browse files Browse the repository at this point in the history
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#21607.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
nebhale authored and adamv committed Aug 2, 2013
1 parent ea028cc commit e38df68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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'

Expand Down

0 comments on commit e38df68

Please sign in to comment.