File tree 4 files changed +14
-18
lines changed
4 files changed +14
-18
lines changed Original file line number Diff line number Diff line change @@ -452,19 +452,17 @@ const openssl = async () => {
452
452
} )
453
453
454
454
if ( ruby . abiVers === '2.4.0' ) {
455
- let uri = ` https://dl.bintray. com/larskanis/rubyinstaller2-packages/ ${ pre . trim ( ) } openssl-1.0.2.u-1-any.pkg.tar.zst`
455
+ let uri = ' https://github. com/MSP-Greg/ruby-loco/releases/download/old-ruby/mingw-w64-x86_64- openssl-1.0.2.u-1-any.pkg.tar.zst'
456
456
let fn = `${ dlPath } \\ri2.tar.zst`
457
457
msSt = grpSt ( 'install 2.4 OpenSSL' )
458
458
459
- if ( ! RELEASE_ASSET ) {
460
- // appveyor ri2 package signing key
461
- // let key = 'F98B8484BE8BF1C5'
462
- // execSync(`bash.exe -c "pacman-key --recv-keys ${key}"`)
463
- // execSync(`bash.exe -c "pacman-key --lsign-key ${key}"`)
464
- }
459
+ // appveyor ri2 package signing key
460
+ let key = 'F98B8484BE8BF1C5'
461
+ execSync ( `bash.exe -c "pacman-key --recv-keys ${ key } "` )
462
+ execSync ( `bash.exe -c "pacman-key --lsign-key ${ key } "` )
465
463
466
464
await download ( uri , fn )
467
- // await download(`${uri}.sig`, `${fn}.sig`)
465
+ await download ( `${ uri } .sig` , `${ fn } .sig` )
468
466
execSync ( `pacman.exe -Udd --noconfirm --noprogressbar ${ fn } ` )
469
467
grpEnd ( msSt )
470
468
mingw = mingw . replace ( / \b o p e n s s l \b / gi, '' ) . trim ( )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " setup-ruby-pkgs" ,
3
- "version" : " 1.26 .0" ,
3
+ "version" : " 1.27 .0" ,
4
4
"description" : " Install packages and update builds tools for Ruby" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -77,19 +77,17 @@ const openssl = async () => {
77
77
} )
78
78
79
79
if ( ruby . abiVers === '2.4.0' ) {
80
- let uri = ` https://dl.bintray. com/larskanis/rubyinstaller2-packages/ ${ pre . trim ( ) } openssl-1.0.2.u-1-any.pkg.tar.zst`
80
+ let uri = ' https://github. com/MSP-Greg/ruby-loco/releases/download/old-ruby/mingw-w64-x86_64- openssl-1.0.2.u-1-any.pkg.tar.zst'
81
81
let fn = `${ dlPath } \\ri2.tar.zst`
82
82
msSt = grpSt ( 'install 2.4 OpenSSL' )
83
83
84
- if ( ! RELEASE_ASSET ) {
85
- // appveyor ri2 package signing key
86
- // let key = 'F98B8484BE8BF1C5'
87
- // execSync(`bash.exe -c "pacman-key --recv-keys ${key}"`)
88
- // execSync(`bash.exe -c "pacman-key --lsign-key ${key}"`)
89
- }
84
+ // appveyor ri2 package signing key
85
+ let key = 'F98B8484BE8BF1C5'
86
+ execSync ( `bash.exe -c "pacman-key --recv-keys ${ key } "` )
87
+ execSync ( `bash.exe -c "pacman-key --lsign-key ${ key } "` )
90
88
91
89
await download ( uri , fn )
92
- // await download(`${uri}.sig`, `${fn}.sig`)
90
+ await download ( `${ uri } .sig` , `${ fn } .sig` )
93
91
execSync ( `pacman.exe -Udd --noconfirm --noprogressbar ${ fn } ` )
94
92
grpEnd ( msSt )
95
93
mingw = mingw . replace ( / \b o p e n s s l \b / gi, '' ) . trim ( )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " setup-ruby-pkgs" ,
3
- "version" : " 1.26 .0" ,
3
+ "version" : " 1.27 .0" ,
4
4
"description" : " Install packages and update builds tools for Ruby" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments