1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/silverbullet_ynh.git synced 2024-09-03 20:26:18 +02:00

Upgrade sources

- `main` v0.9.0: https://github.com/silverbulletmd/silverbullet/releases/tag/0.9.0
This commit is contained in:
yunohost-bot 2024-08-05 03:45:00 +02:00 committed by YunoHost Bot
parent 3057455ac1
commit 5c42428b0f

View file

@ -7,7 +7,7 @@ name = "SilverBullet"
description.en = "a creative space where you collect, create and expand your personal knowledge"
description.fr = "un espace créatif où vous recueillez, créez et élargissez vos connaissances personnelles"
version = "0.8.5~ynh1"
version = "0.9.0~ynh1"
maintainers = ["fflorent"]
@ -48,10 +48,10 @@ ram.runtime = "250M"
[resources.sources.main]
in_subdir=false
amd64.url = "https://github.com/silverbulletmd/silverbullet/releases/download/0.8.5/silverbullet-server-linux-x86_64.zip"
amd64.sha256 = "51dcd37bb5085b760a06d96cda3a1f7bac86da708f86bf1c04ba587393c4f9f0"
arm64.url = "https://github.com/silverbulletmd/silverbullet/releases/download/0.8.5/silverbullet-server-linux-aarch64.zip"
arm64.sha256 = "0b41ed2fc9fe094ec4ac1633a922541342d96f197318b6a553913e0f37023024"
amd64.url = "https://github.com/silverbulletmd/silverbullet/releases/download/0.9.0/silverbullet-server-linux-x86_64.zip"
amd64.sha256 = "7469b725cf7905692acd9926c7df2f051ba16a3fed9fcd6796f58a158e05ff44"
arm64.url = "https://github.com/silverbulletmd/silverbullet/releases/download/0.9.0/silverbullet-server-linux-aarch64.zip"
arm64.sha256 = "c5f6d4b687bfba9e1bb2a91914b0ea6a25ba0d2c34ca3e99f7cd95dc6fb483ae"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^silverbullet-server-linux-x86_64.zip$"
autoupdate.asset.arm64 = "^silverbullet-server-linux-aarch64.zip$"