File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "dmUrl" : " https://developers.redhat.com/download-manager/jdf/file/devstudio-11.1.0.GA-installer-standalone.jar?workflow=direct" ,
1313 "url" : " https://devstudio.redhat.com/11/stable/builds/devstudio-11.1.0.GA-build-product/latest/all/devstudio-11.1.0.GA-installer-standalone.jar" ,
1414 "fileName" : " devstudio-11.1.0.GA-installer-standalone.jar" ,
15- "sha256sum" : " " ,
15+ "sha256sum" : " e53e8075968b4bff6019650aa54f716422db9c3a0193003c4af6cc3a0a6d6def " ,
1616 "version" : " 11.1.0.GA" ,
1717 "useDownload" : true ,
1818 "requires" : [" jdk" ],
Original file line number Diff line number Diff line change @@ -9,11 +9,13 @@ let fileNames = new Object();
99let count = 0 ;
1010
1111function checkRequirements ( ) {
12- for ( var attribute in reqs ) {
12+ for ( let attribute in reqs ) {
1313 // sha256 is not set for macOS Java SE
1414 if ( reqs [ attribute ] . sha256sum !== '' ) {
1515 data [ attribute ] = reqs [ attribute ] . url ;
1616 count ++ ;
17+ } else {
18+ console . log ( `skip ${ attribute } no sha256sum configured` ) ;
1719 }
1820 }
1921
You can’t perform that action at this time.
0 commit comments