mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
Upgrade to 5.1.0
This commit is contained in:
parent
f237277d78
commit
5411cc919d
2 changed files with 4 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/minetest/minetest/archive/5.0.1.tar.gz
|
SOURCE_URL=https://github.com/minetest/minetest/archive/5.1.0.tar.gz
|
||||||
SOURCE_SUM=aa771cf178ad1b436d5723e5d6dd24e42b5d56f1cfe9c930f6426b7f24bb1635
|
SOURCE_SUM=ca53975eecf6a39383040658f41d697c8d7f8d5fe9176460f564979c73b53906
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Minetest",
|
"name": "Minetest",
|
||||||
"id": "minetest",
|
"id": "minetest",
|
||||||
"version": "0.01",
|
"version": "5.1.0~ynh1",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Minetest is a free, open source voxel game engine and game. Fully extendable. Need a client to connect to the server.",
|
"en": "Minetest is a free, open source voxel game engine and game. Fully extendable. Need a client to connect to the server.",
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
"minetest"
|
"nginx"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
|
@ -46,15 +46,6 @@
|
||||||
},
|
},
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "use_postgresql",
|
|
||||||
"type": "boolean",
|
|
||||||
"ask": {
|
|
||||||
"en": "Do you want to use PostgreSQL? (more powerful but uses more disk space)",
|
|
||||||
"fr": "Est-ce que vous voulez utiliser PostgreSQL ? (plus puissant mais utilise plus d'espace disque)"
|
|
||||||
},
|
|
||||||
"default": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "servername",
|
"name": "servername",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Add table
Reference in a new issue