1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nullboard_ynh.git synced 2024-09-03 19:46:08 +02:00

Merge pull request #12 from YunoHost-Apps/ci-auto-update-2023.11.05

Upgrade to v2023.11.05
This commit is contained in:
eric_G 2023-11-05 17:51:09 +01:00 committed by GitHub
commit 3b74ccc5d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Minimalist kanban board, focused on compactness and readability
**Shipped version:** 2023.09.23~ynh1
**Shipped version:** 2023.11.05~ynh1
**Demo:** https://nullboard.io/preview
@ -30,7 +30,7 @@ Minimalist kanban board, focused on compactness and readability
* Official app website: <https://nullboard.io/>
* Upstream app code repository: <https://github.com/apankrat/nullboard>
* YunoHost documentation for this app: <https://yunohost.org/app_nullboard>
* YunoHost Store: <https://apps.yunohost.org/app/nullboard>
* Report a bug: <https://github.com/YunoHost-Apps/nullboard_ynh/issues>
## Developer info

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Minimalist kanban board, focused on compactness and readability
**Version incluse :** 2023.09.23~ynh1
**Version incluse :** 2023.11.05~ynh1
**Démo :** https://nullboard.io/preview
@ -30,7 +30,7 @@ Minimalist kanban board, focused on compactness and readability
* Site officiel de lapp : <https://nullboard.io/>
* Dépôt de code officiel de lapp : <https://github.com/apankrat/nullboard>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_nullboard>
* YunoHost Store: <https://apps.yunohost.org/app/nullboard>
* Signaler un bug : <https://github.com/YunoHost-Apps/nullboard_ynh/issues>
## Informations pour les développeurs

View file

@ -5,7 +5,7 @@ name = "Nullboard"
description.en = "Minimalist kanban board, focused on compactness and readability"
description.fr = "Kanban minimaliste, axé sur la compacité et la lisibilité"
version = "2023.09.23~ynh1"
version = "2023.11.05~ynh1"
maintainers = ["eric_G"]
@ -41,8 +41,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/apankrat/nullboard/archive/b67c2a545156f1f7fcf9feae9983bb6cde136c2a.tar.gz"
sha256 = "eeabc3983f1b25c879b6a108e69db3246e83f8a52039c4c04f8410747a08a70a"
url = "https://github.com/apankrat/nullboard/archive/d6384d0522174564562e3e4bbaa0c682edd79992.tar.gz"
sha256 = "95dcb1c5a32f279b939a2654a41d864fd5e038f022c398978ff5b0c543fcf585"
autoupdate.upstream = "https://github.com/apankrat/nullboard"
autoupdate.strategy = "latest_github_commit"