File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2015,12 +2015,15 @@ exports.debug = debug; // for test
20152015/* harmony export */ } ) ;
20162016
20172017
2018- const baseUri = 'https://dl.bintray. com/oneclick/OpenKnapsack/x64 '
2018+ const baseUri = 'https://github. com/MSP-Greg/ruby-msys2-package-archive/releases/download/ri-msys-pkgs '
20192019
20202020const baseSuf64 = 'x64-windows.tar.lzma'
20212021
20222022const old_pkgs = {
2023+ 'gdbm' : `${ baseUri } /gdbm-1.8.3-${ baseSuf64 } ` ,
20232024 'libffi' : `${ baseUri } /libffi-3.2.1-${ baseSuf64 } ` ,
2025+ 'libiconv' : `${ baseUri } /libiconv-1.14-${ baseSuf64 } ` ,
2026+ 'libiyaml' : `${ baseUri } /libyaml-0.1.7-${ baseSuf64 } ` ,
20242027 'openssl' : `${ baseUri } /openssl-1.0.2j-${ baseSuf64 } ` ,
20252028 'ragel' : `${ baseUri } /ragel-6.7-${ baseSuf64 } ` ,
20262029 'sqlite3' : `${ baseUri } /sqlite-3.7.15.2-${ baseSuf64 } ` ,
Original file line number Diff line number Diff line change 11{
22 "name" : " setup-ruby-pkgs" ,
3- "version" : " 1.27 .0" ,
3+ "version" : " 1.28 .0" ,
44 "description" : " Install packages and update builds tools for Ruby" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11'use strict' ;
22
3- const baseUri = 'https://dl.bintray. com/oneclick/OpenKnapsack/x64 '
3+ const baseUri = 'https://github. com/MSP-Greg/ruby-msys2-package-archive/releases/download/ri-msys-pkgs '
44
55const baseSuf64 = 'x64-windows.tar.lzma'
66
77export const old_pkgs = {
8+ 'gdbm' : `${ baseUri } /gdbm-1.8.3-${ baseSuf64 } ` ,
89 'libffi' : `${ baseUri } /libffi-3.2.1-${ baseSuf64 } ` ,
10+ 'libiconv' : `${ baseUri } /libiconv-1.14-${ baseSuf64 } ` ,
11+ 'libiyaml' : `${ baseUri } /libyaml-0.1.7-${ baseSuf64 } ` ,
912 'openssl' : `${ baseUri } /openssl-1.0.2j-${ baseSuf64 } ` ,
1013 'ragel' : `${ baseUri } /ragel-6.7-${ baseSuf64 } ` ,
1114 'sqlite3' : `${ baseUri } /sqlite-3.7.15.2-${ baseSuf64 } ` ,
Original file line number Diff line number Diff line change 11{
22 "name" : " setup-ruby-pkgs" ,
3- "version" : " 1.27 .0" ,
3+ "version" : " 1.28 .0" ,
44 "description" : " Install packages and update builds tools for Ruby" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments