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 #10 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-08-09 21:14:05 +02:00 committed by GitHub
commit c65653d334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 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:** 1.0~ynh6
**Shipped version:** 2023.08.09~ynh1
**Demo:** https://nullboard.io/preview

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 :** 1.0~ynh6
**Version incluse :** 2023.08.09~ynh1
**Démo :** https://nullboard.io/preview

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 = "1.0~ynh6"
version = "2023.08.09~ynh1"
maintainers = ["eric_G"]
@ -16,7 +16,7 @@ demo = "https://nullboard.io/preview"
code = "https://github.com/apankrat/nullboard"
[integration]
yunohost = ">= 11.1.19"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
@ -41,8 +41,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/apankrat/nullboard/archive/2fcfcb624f90aab2619b2240fed7588721efd00c.tar.gz"
sha256 = "da91c55a46fee3421a2aa0936b2c772a16c44763d90cbc5c4c9bcbd86a959b9f"
url = "https://github.com/apankrat/nullboard/archive/b4ea5a316e795ee786a9ab597e263a247155a99b.tar.gz"
sha256 = "9401d204a5140832e275371445ffde2dcbee9f581a75094fef947ae0ce0a30e1"
autoupdate.upstream = "https://github.com/apankrat/nullboard"
autoupdate.strategy = "latest_github_commit"