Upgrade sources
- `main` v4.0.8: https://github.com/scratchfoundation/scratch-gui/releases/tag/4.0.8
This commit is contained in:
parent
45f842ff70
commit
b349e4cc8e
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.6~ynh1"
|
||||
version = "4.0.8~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.6.tar.gz"
|
||||
sha256 = "9cdb73e7fa1e1692261b695553d550cc987b8f30bbcd731b5a04d51f1e4dd9d2"
|
||||
url = "https://github.com/scratchfoundation/scratch-gui/archive/refs/tags/v4.0.8.tar.gz"
|
||||
sha256 = "e52db7ce07e5f80fc5d82e0f75bbb42032b42a13e6fce0298a27bd95967dd7db"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Reference in a new issue