Skip to content

Commit fd9014f

Browse files
authored
Update to scratch 1.0.1
1 parent 5536fcb commit fd9014f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)