mirror of
https://github.com/YunoHost-Apps/tldraw_ynh.git
synced 2024-09-03 20:35:54 +02:00
Upgrade to v2024.02.26
This commit is contained in:
parent
3ef8f00b8c
commit
db73111e94
1 changed files with 12 additions and 11 deletions
|
@ -5,7 +5,7 @@ name = "TLDraw"
|
|||
description.en = "Tiny little drawing app"
|
||||
description.fr = "Petite application de dessin"
|
||||
|
||||
version = "1.24.5~ynh3"
|
||||
version = "2024.02.26~ynh1"
|
||||
|
||||
maintainers = ["Raoul de Limezy"]
|
||||
|
||||
|
@ -50,12 +50,12 @@ ram.runtime = "50M"
|
|||
optional = true
|
||||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/tldraw/tldraw/archive/8e55e263bf45cb6d425178c638aec385ec01e62c.zip"
|
||||
sha256 = "d090aac97266e043418ec34d46e722dd69c7dace4bd30f39afb9478eb21271d1"
|
||||
# Disabled autoupdate for now because it's flooding with PRs which are failing the test
|
||||
# The "multiplayer" patch needs to be fixed to be adapted to newer versions
|
||||
#autoupdate.strategy = "latest_github_commit"
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/tldraw/tldraw/archive/fb852459db10382bf3a67b624d542bf827f57d20.tar.gz"
|
||||
sha256 = "4b9cd79000da412a243a2e79949e4f0dcffc087f90ea119f7c3e5ffb87ca12f5"
|
||||
# Disabled autoupdate for now because it's flooding with PRs which are failing the test
|
||||
# The "multiplayer" patch needs to be fixed to be adapted to newer versions
|
||||
#autoupdate.strategy = "latest_github_commit"
|
||||
|
||||
[resources.ports]
|
||||
|
||||
|
@ -67,7 +67,8 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = ""
|
||||
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||
extras.yarn.packages = "yarn"
|
||||
|
||||
[resources.apt.extras.yarn]
|
||||
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||
packages = "yarn"
|
||||
|
|
Loading…
Add table
Reference in a new issue