rbenv-gemset 0.4.1
Closes Homebrew/homebrew#22782. Closes Homebrew/homebrew#22787. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
846cb1f2f8
commit
52487ab687
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class RbenvGemset < Formula
|
||||
homepage 'https://github.com/jf/rbenv-gemset'
|
||||
url 'https://github.com/jf/rbenv-gemset/archive/v0.4.0.tar.gz'
|
||||
sha1 '4363b7995d0a3c58ca6c751f907d015bfacc57cf'
|
||||
url 'https://github.com/jf/rbenv-gemset/archive/v0.4.1.tar.gz'
|
||||
sha1 '647694181af91d85501fddb23a784169d71902f2'
|
||||
|
||||
head 'https://github.com/jf/rbenv-gemset.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue