rbenv-gem-rehash: use checksummed patches
This commit is contained in:
parent
7b1f09fc11
commit
9cbf09ac38
1 changed files with 4 additions and 3 deletions
|
@ -7,9 +7,10 @@ class RbenvGemRehash < Formula
|
|||
|
||||
depends_on 'rbenv'
|
||||
|
||||
def patches
|
||||
# Fixes issues with Homebrew-managed git-etc alpha.
|
||||
'https://github.com/sstephenson/rbenv-gem-rehash/commit/0756890cfd9c7bbbdde38560fe81626a0c5769bd.patch'
|
||||
# Fixes issues with Homebrew-managed git-etc alpha.
|
||||
patch do
|
||||
url "https://github.com/sstephenson/rbenv-gem-rehash/commit/0756890cfd9c7bbbdde38560fe81626a0c5769bd.patch"
|
||||
sha1 "8b3148da00ac9eb5802ef9fab5ec9d086f7c0946"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue