Fix
This commit is contained in:
parent
dd304861c7
commit
941d348030
3 changed files with 9 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://github.com/YunoHost-Apps/scratch_ynh/releases/download/3.0/scratch.zip
|
SOURCE_URL=https://github.com/YunoHost-Apps/scratch_ynh/releases/download/3.0-beta/scratch-gui-3.0.zip
|
||||||
SOURCE_SUM=8f7e02b0832c7bbe963acdf57c729c5ee8da9b811de72c5ebd0f3d95f8937f3f0babc9919d6278f5e5a87d4284abfe0a6fa5baa1edbf429bdb79fc61634542e0
|
SOURCE_SUM=1c0c20b696547fb71af4848af034d2da21d0b1394bb2a6823a0e46fdfbb5fce8
|
||||||
SOURCE_SUM_PRG=sha512sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=false
|
SOURCE_IN_SUBDIR=false
|
||||||
SOURCE_FILENAME=scratch.zip
|
SOURCE_FILENAME=scratch.zip
|
|
@ -3,19 +3,19 @@
|
||||||
"id": "scratch",
|
"id": "scratch",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Scratch package for YunoHost.",
|
"en": "Programming language to create your own interactive stories, games, and animations",
|
||||||
"fr": "Scratch pour YunoHost."
|
"fr": "Langage de programmation pourcréer vos propres histoires, jeux et animations interactifs"
|
||||||
},
|
},
|
||||||
"version": "3.0~ynh1",
|
"version": "3.0~ynh1",
|
||||||
"url": "https://scratch.mit.edu/",
|
"url": "https://scratch.mit.edu/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "non-free",
|
"license": "BSD-3-Clause",
|
||||||
"website": "https://scratch.mit.edu/",
|
"website": "https://scratch.mit.edu/",
|
||||||
"demo": "https://demo.example.com",
|
"demo": "https://llk.github.io/scratch-gui/develop/",
|
||||||
"admindoc": "https://fr.scratch-wiki.info/wiki/Scratch_3.0",
|
"admindoc": "https://fr.scratch-wiki.info/wiki/Scratch_3.0",
|
||||||
"code": "https://some.forge.com/example/example"
|
"code": "https://github.com/LLK/scratch-gui"
|
||||||
},
|
},
|
||||||
"license": "non-free",
|
"license": "BSD-3-Clause",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "liberodark",
|
"name": "liberodark",
|
||||||
"email": "liberodark@gmail.com"
|
"email": "liberodark@gmail.com"
|
||||||
|
@ -33,7 +33,6 @@
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"example": "example.com"
|
"example": "example.com"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
|
|
|
@ -103,4 +103,3 @@ ynh_systemd_action --service_name=nginx --action=reload
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_script_progression --message="Installation of $app completed" --last
|
ynh_script_progression --message="Installation of $app completed" --last
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue