mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #442 from alzeih/patch-2
Update the archive resources (rbenv, ruby-build, ruby-download)
This commit is contained in:
commit
8cd62452fe
4 changed files with 3 additions and 3 deletions
|
|
@ -18,12 +18,12 @@ from pre_commit.util import tmpdir
|
||||||
|
|
||||||
|
|
||||||
REPOS = (
|
REPOS = (
|
||||||
('rbenv', 'git://github.com/sstephenson/rbenv', '13a474c'),
|
('rbenv', 'git://github.com/rbenv/rbenv', 'e60ad4a'),
|
||||||
('ruby-build', 'git://github.com/sstephenson/ruby-build', 'd3d5fe0'),
|
('ruby-build', 'git://github.com/rbenv/ruby-build', '9bc9971'),
|
||||||
(
|
(
|
||||||
'ruby-download',
|
'ruby-download',
|
||||||
'git://github.com/garnieretienne/rvm-download',
|
'git://github.com/garnieretienne/rvm-download',
|
||||||
'f2e9f1e',
|
'09bd7c6',
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue