File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " noobaa-core" ,
3- "version" : " 1.9.4 " ,
3+ "version" : " 1.9.5 " ,
44 "private" : true ,
55 "license" : " UNLICENSED" ,
66 "description" : " noobaa-core ===========" ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ copy ..\..\config.js .
3030mkdir .\src\
3131xcopy /Y/I/E ..\..\src\agent .\src\agent
3232xcopy /Y/I/E ..\..\src\s3 .\src\s3
33- xcopy /Y/I/E ..\..\src\lambda .\src\lambda
33+ xcopy /Y/I/E ..\..\src\endpoint\ .\src\endpoint
3434xcopy /Y/I/E ..\..\src\util .\src\util
3535xcopy /Y/I/E ..\..\src\rpc .\src\rpc
3636xcopy /Y/I/E ..\..\src\api .\src\api
@@ -90,8 +90,8 @@ xcopy /Y/I/E .\build\Release .\build\Release-64
9090
9191call curl -L https://nodejs.org/dist/v6.9.5/win-x86/node.exe > node-32.exe
9292call curl -L https://nodejs.org/dist/v6.9.5/win-x64/node.exe > node-64.exe
93- call curl -L https://indy.fulgan.com/SSL/openssl-1.0.2k -i386-win32.zip > openssl_32.zip
94- call curl -L https://indy.fulgan.com/SSL/openssl-1.0.2k -x64_86-win64.zip > openssl_64.zip
93+ call curl -L https://indy.fulgan.com/SSL/openssl-1.0.2l -i386-win32.zip > openssl_32.zip
94+ call curl -L https://indy.fulgan.com/SSL/openssl-1.0.2l -x64_86-win64.zip > openssl_64.zip
9595
9696mkdir .\32
9797mkdir .\64
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ xcopy /Y/I/E .\build\Release .\build\Release-64
8585
8686call curl -L https://nodejs.org/dist/v6.9.5/win-x86/node.exe > node-32.exe
8787call curl -L https://nodejs.org/dist/v6.9.5/win-x64/node.exe > node-64.exe
88- call curl -L https://indy.fulgan.com/SSL/openssl-1.0.2k -i386-win32.zip > openssl_32.zip
89- call curl -L https://indy.fulgan.com/SSL/openssl-1.0.2k -x64_86-win64.zip> openssl_64.zip
88+ call curl -L https://indy.fulgan.com/SSL/openssl-1.0.2l -i386-win32.zip > openssl_32.zip
89+ call curl -L https://indy.fulgan.com/SSL/openssl-1.0.2l -x64_86-win64.zip> openssl_64.zip
9090
9191mkdir .\32
9292mkdir .\64
You can’t perform that action at this time.
0 commit comments