mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
Upgrade sources
This commit is contained in:
parent
ce51b5099b
commit
8766efe24a
1 changed files with 4 additions and 4 deletions
|
@ -72,7 +72,7 @@ ram.runtime = "50M"
|
|||
[resources]
|
||||
[resources.sources]
|
||||
[resources.sources.minetest_game]
|
||||
url = "https://github.com/minetest/minetest_game/archive/5.8.0.tar.gz"
|
||||
url = "https://github.com/minetest/minetest_game/archive/refs/tags/5.8.0.tar.gz"
|
||||
sha256 = "33a3bb43b08497a0bdb2f49f140a2829e582d5c16c0ad52be1595c803f706912"
|
||||
autoupdate.upstream = "https://github.com/minetest/minetest_game"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
@ -83,7 +83,7 @@ ram.runtime = "50M"
|
|||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
[resources.sources.irrlichtmt]
|
||||
url = "https://github.com/minetest/irrlicht/archive/1.9.0mt14.tar.gz"
|
||||
url = "https://github.com/minetest/irrlicht/archive/refs/tags/1.9.0mt14.tar.gz"
|
||||
sha256 = "56ff07c89849df4b5a7d37e573afd7890f4c1f1d1fe010ade711193ca707306c"
|
||||
autoupdate.upstream = "https://github.com/minetest/irrlicht"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
@ -96,8 +96,8 @@ ram.runtime = "50M"
|
|||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
[resources.sources.mineclonia]
|
||||
url = "https://codeberg.org/mineclonia/mineclonia/archive/0.94.0.tar.gz"
|
||||
sha256 = "ad3b0dfabb442b47d3b54f0dd6bc5c882573e98c2c924a29ea395b9a59d0bde6"
|
||||
url = "https://codeberg.org/mineclonia/mineclonia/archive/0.96.1.tar.gz"
|
||||
sha256 = "17276c58f9dcd57704112e1364cca76366a92f755a90628ea102c9a80fde438e"
|
||||
autoupdate.upstream = "https://codeberg.org/mineclonia/mineclonia"
|
||||
autoupdate.strategy = "latest_forgejo_release"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue