rbenv-bundler 0.99
Closes Homebrew/homebrew#33661. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
334fc8a8e9
commit
31807d1d3c
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class RbenvBundler < Formula
|
||||
homepage 'https://github.com/carsomyr/rbenv-bundler'
|
||||
url 'https://github.com/carsomyr/rbenv-bundler/archive/0.98.tar.gz'
|
||||
sha1 '12213ebf7dda33d8112a1ec55aff71c60268ca1a'
|
||||
url 'https://github.com/carsomyr/rbenv-bundler/archive/0.99.tar.gz'
|
||||
sha1 '21dd20ee363d8b8c0807e659ffa2d572c67848b5'
|
||||
head 'https://github.com/carsomyr/rbenv-bundler.git'
|
||||
|
||||
depends_on 'rbenv'
|
||||
|
|
Loading…
Reference in a new issue