diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-05-10 06:30:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-05-10 06:30:40 +0000 |
commit | f174d1c83b97cd7007a792255c5e132306e6c1a3 (patch) | |
tree | 0506eadfc5ef4db1ca746799d35d4610df9a9c78 /testing | |
parent | Adding upstream version 3.2.2. (diff) | |
download | pre-commit-f174d1c83b97cd7007a792255c5e132306e6c1a3.tar.xz pre-commit-f174d1c83b97cd7007a792255c5e132306e6c1a3.zip |
Adding upstream version 3.3.1.upstream/3.3.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/make-archives | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/make-archives b/testing/make-archives index cec9a9f..8ec05e2 100755 --- a/testing/make-archives +++ b/testing/make-archives @@ -17,7 +17,7 @@ from typing import Sequence REPOS = ( ('rbenv', 'https://github.com/rbenv/rbenv', '38e1fbb'), - ('ruby-build', 'https://github.com/rbenv/ruby-build', '9d92a69'), + ('ruby-build', 'https://github.com/rbenv/ruby-build', '855b963'), ( 'ruby-download', 'https://github.com/garnieretienne/rvm-download', |