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

Merge pull request #11 from YunoHost-Apps/testing

Testing
This commit is contained in:
Florent 2024-07-18 18:05:35 +02:00 committed by GitHub
commit 84795acc30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 11 additions and 11 deletions

View file

@ -37,7 +37,7 @@ SilverBullet...
- SilverBullet is [open source, MIT licensed](https://github.com/silverbulletmd/silverbullet) software.
**Shipped version:** 0.8.1~ynh1
**Shipped version:** 0.8.2~ynh1
**Demo:** <https://play.silverbullet.md/>

View file

@ -37,7 +37,7 @@ SilverBullet...
- SilverBullet is [open source, MIT licensed](https://github.com/silverbulletmd/silverbullet) software.
**Versión actual:** 0.8.1~ynh1
**Versión actual:** 0.8.2~ynh1
**Demo:** <https://play.silverbullet.md/>

View file

@ -37,7 +37,7 @@ SilverBullet...
- SilverBullet is [open source, MIT licensed](https://github.com/silverbulletmd/silverbullet) software.
**Paketatutako bertsioa:** 0.8.1~ynh1
**Paketatutako bertsioa:** 0.8.2~ynh1
**Demoa:** <https://play.silverbullet.md/>

View file

@ -37,7 +37,7 @@ SilverBullet...
- SilverBullet est [open-source, sous licence MIT](https://github.com/silverbulletmd/silverbullet)
**Version incluse:** 0.8.1~ynh1
**Version incluse:** 0.8.2~ynh1
**Démo:** <https://play.silverbullet.md/>

View file

@ -37,7 +37,7 @@ SilverBullet...
- SilverBullet is [open source, MIT licensed](https://github.com/silverbulletmd/silverbullet) software.
**Versión proporcionada:** 0.8.1~ynh1
**Versión proporcionada:** 0.8.2~ynh1
**Demo:** <https://play.silverbullet.md/>

View file

@ -37,7 +37,7 @@ SilverBullet...
- SilverBullet is [open source, MIT licensed](https://github.com/silverbulletmd/silverbullet) software.
**分发版本:** 0.8.1~ynh1
**分发版本:** 0.8.2~ynh1
**演示:** <https://play.silverbullet.md/>

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.1~ynh1"
version = "0.8.2~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.1/silverbullet-server-linux-x86_64.zip"
amd64.sha256 = "84a27dc7ec09183b67da58a9cbe783d17747029b031c980135e40cabe7392971"
arm64.url = "https://github.com/silverbulletmd/silverbullet/releases/download/0.8.1/silverbullet-server-linux-aarch64.zip"
arm64.sha256 = "5dc73df55535bbb2f27a93e63483abf32e14a547b5df9435d49b7db8d37d5047"
amd64.url = "https://github.com/silverbulletmd/silverbullet/releases/download/0.8.2/silverbullet-server-linux-x86_64.zip"
amd64.sha256 = "fc847fc1d0ac40403b75383fba660f7b899078ee5e767428d6f007c5f288b837"
arm64.url = "https://github.com/silverbulletmd/silverbullet/releases/download/0.8.2/silverbullet-server-linux-aarch64.zip"
arm64.sha256 = "7f136bf7a5782fad0236dd0b551f871069656f7df47e72778868df3d41b6fac3"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^silverbullet-server-linux-x86_64.zip$"
autoupdate.asset.arm64 = "^silverbullet-server-linux-aarch64.zip$"