Skip to content

Commit

Permalink
update scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bonani committed Jun 2, 2021
1 parent c84d5a7 commit 59a48c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ variables:
- name: blockly_version
value: "v20200506.1"
- name: scratch_version
value: "v20210422.4"
value: "v20210602.1"
- name: packet_version
value: "2.2.0"
- name: blockly_url
Expand All @@ -34,7 +34,7 @@ variables:
jobs:
- job: 'BuildFlatpak'
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-18.04'
container: fpkde
steps:
- script: |
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:

- job: 'BuildAndroid_armeabi'
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-18.04'
strategy:
matrix:
armeabi:
Expand Down
4 changes: 2 additions & 2 deletions flatpak/org.mobsya.ThymioSuite.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
},
{
"type": "archive",
"url": "https://github.com/Mobsya/scratch-gui/releases/download/v20210422.4/scratch-gui.tar.gz",
"sha256": "517ae06e23fd30ece8cd77f686d2ec12bc9c9972ce4276409c5d7ecc81bba610",
"url": "https://github.com/Mobsya/scratch-gui/releases/download/v20210602.1/scratch-gui.tar.gz",
"sha256": "dc3a5705081c63d8ad0d617fcaf713c66d1f8076e187e88436c6c1752e5e260c",
"strip-components": 0
},
{
Expand Down

0 comments on commit 59a48c3

Please sign in to comment.