mirror of
https://github.com/YunoHost-Apps/zwiicms_ynh.git
synced 2024-09-03 18:06:04 +02:00
commit
81f3ff15d0
4 changed files with 6 additions and 6 deletions
2
.github/workflows/updater.yml
vendored
2
.github/workflows/updater.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# Run it every day at 6:00 UTC
|
# Run it every day at 6:00 UTC
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 6 */7 * *'
|
- cron: '0 6 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
updater:
|
updater:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man
|
||||||
- Flexible
|
- Flexible
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 12.3.03~ynh1
|
**Shipped version:** 12.3.04~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man
|
||||||
- Flexible
|
- Flexible
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 12.3.03~ynh1
|
**Version incluse :** 12.3.04~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "ZwiiCMS"
|
||||||
description.en = "Simple, lightweight, database-free, scalable and responsive CMS"
|
description.en = "Simple, lightweight, database-free, scalable and responsive CMS"
|
||||||
description.fr = "CMS simple, léger, sans base de données, modulable et responsive"
|
description.fr = "CMS simple, léger, sans base de données, modulable et responsive"
|
||||||
|
|
||||||
version = "12.3.03~ynh1"
|
version = "12.3.04~ynh1"
|
||||||
|
|
||||||
maintainers = ["ewilly"]
|
maintainers = ["ewilly"]
|
||||||
|
|
||||||
|
@ -59,8 +59,8 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS/archive/12.3.03.tar.gz"
|
url = "https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS/archive/12.3.04.tar.gz"
|
||||||
sha256 = "769a9f5e2fe3f9902e37efa0e31c2e22529c73206a6c055d325a61a8b5499697"
|
sha256 = "2c0d58dbbf1f036a230dd7825c235a0a118975064290f2c8e306714afbd5d4bc"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue