Upgrade sources
- `main` v4.0.9: https://github.com/scratchfoundation/scratch-gui/releases/tag/4.0.9
This commit is contained in:
parent
2cd4f67e8d
commit
ac169c1099
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ name = "Scratch"
|
|||
description.en = "Programming language to create your own interactive stories, games, and animations"
|
||||
description.fr = "Langage de programmation pour créer vos propres histoires, jeux et animations interactifs"
|
||||
|
||||
version = "4.0.8~ynh1"
|
||||
version = "4.0.9~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -45,8 +45,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/scratchfoundation/scratch-gui/archive/refs/tags/v4.0.8.tar.gz"
|
||||
sha256 = "e52db7ce07e5f80fc5d82e0f75bbb42032b42a13e6fce0298a27bd95967dd7db"
|
||||
url = "https://github.com/scratchfoundation/scratch-gui/archive/refs/tags/v4.0.9.tar.gz"
|
||||
sha256 = "75705f54f41091dd3f1b6208dff5302e2262def37a7aae863cdcc7078264e071"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Reference in a new issue