From 7228193aed977b9a0855aa0743ed5a3d8f0e9d75 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 16 Mar 2024 02:43:12 +0100 Subject: [PATCH 1/3] Upgrade to v0.7.6 https://github.com/silverbulletmd/silverbullet/releases/tag/0.7.6 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2bec96d..5f50ecd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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.7.5~ynh1" +version = "0.7.6~ynh1" maintainers = ["fflorent"] @@ -48,8 +48,8 @@ ram.runtime = "250M" [resources.sources.main] in_subdir=false - url = "https://github.com/silverbulletmd/silverbullet/releases/download/0.7.5/silverbullet-server-linux-x86_64.zip" - sha256 = "cdacbeff4fc92fa936650f3536bb89cb4d5ab0871d7c19f29a6145e74202a4d9" + url = "https://github.com/silverbulletmd/silverbullet/archive/refs/tags/0.7.6.tar.gz" + sha256 = "e98bda59a053490bf8b957118ac0ed4d49f8a88c8803f2df0513744e12ee65e5" autoupdate.strategy = "latest_github_release" [resources.system_user] From 36a188752dafe5c51c782545d7decf9113d1352f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 16 Mar 2024 01:43:14 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b1894c..4c76ac2 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ SilverBullet... - **Self-hosted**: you own your data. All content is stored as plain files in a folder on disk. Back up, sync, edit, publish, script with any additional tools you like. - SilverBullet is [open source, MIT licensed](https://github.com/silverbulletmd/silverbullet) software. -**Shipped version:** 0.7.5~ynh1 +**Shipped version:** 0.7.6~ynh1 **Demo:** diff --git a/README_fr.md b/README_fr.md index 6dd87fb..c0b4c3d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -36,7 +36,7 @@ SilverBullet... - **Auto-hébergé** : vous êtes propriétaire de vos données. Tout le contenu est stocké sous forme de fichiers simples dans un dossier sur le disque. Sauvegardez, synchronisez, éditez, publiez, écrivez avec tous les outils supplémentaires que vous souhaitez. - SilverBullet est [open-source, sous licence MIT](https://github.com/silverbulletmd/silverbullet) -**Version incluse :** 0.7.5~ynh1 +**Version incluse :** 0.7.6~ynh1 **Démo :** From 71d717070a6e56f8975c0d555b7c336e3f3c0074 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 16 Mar 2024 03:00:56 +0100 Subject: [PATCH 3/3] add autoupdate.asset to fix the autoupdater --- manifest.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5f50ecd..30e5b00 100644 --- a/manifest.toml +++ b/manifest.toml @@ -48,9 +48,10 @@ ram.runtime = "250M" [resources.sources.main] in_subdir=false - url = "https://github.com/silverbulletmd/silverbullet/archive/refs/tags/0.7.6.tar.gz" - sha256 = "e98bda59a053490bf8b957118ac0ed4d49f8a88c8803f2df0513744e12ee65e5" + url = "https://github.com/silverbulletmd/silverbullet/releases/download/0.7.6/silverbullet-server-linux-x86_64.zip" + sha256 = "4913afc68d37bcbc91d18e46704e5a696ce4794669e4def448a594b2b0d7318f" autoupdate.strategy = "latest_github_release" + autoupdate.asset = "^silverbullet-server-linux-x86_64.zip$" [resources.system_user]