File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,15 +199,15 @@ project(":ftd-ui-server") {
199199 }
200200
201201 task fetchMatchingScratchRelease(type : Download ) {
202- src " https://github.com/intrigus/scratch-gui/releases/download/1 .0.0 /scratch_dist.tar"
202+ src " https://github.com/intrigus/scratch-gui/releases/download/v1 .0.1 /scratch_dist.tar"
203203 new File (" ${ buildDir} /scratch_tmp/" ). mkdirs()
204204 dest new File (" ${ buildDir} /scratch_tmp/scratch_dist.tar" )
205205 }
206206
207207 task verifyMatchingScratchRelease(type : Verify , dependsOn : fetchMatchingScratchRelease) {
208208 src new File (" ${ buildDir} /scratch_tmp/" , " scratch_dist.tar" )
209209 algorithm ' SHA-256'
210- checksum " be694e7328731d185154db6175520f74cb554193151d09a6f96d7618fe0d449e "
210+ checksum " 2ed6598928a43a0b59d885ad8f6a09a78778d2fe21e82be94a31c68666fc1820 "
211211 }
212212
213213 task unpackMatchingScratchRelease(type : Copy , dependsOn : verifyMatchingScratchRelease) {
You can’t perform that action at this time.
0 commit comments