diff --git a/README.md b/README.md index 6206623..0d68a23 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ It is a self-hosted monitoring tool like "Uptime Robot". - Certificate Info -**Shipped version:** 1.17.1~ynh1 +**Shipped version:** 1.18.0~ynh1 *(:warning: This is the `ci-auto-update-v1.18.0` branch. The [`master` branch](https://github.com/YunoHost-Apps/uptime-kuma_ynh/tree/master) used in the catalog is currently on version 1.17.1\~ynh1.)* + **Demo:** https://demo.uptime.kuma.pet diff --git a/README_fr.md b/README_fr.md index 3b1cc21..f494183 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,7 +29,8 @@ It is a self-hosted monitoring tool like "Uptime Robot". - Certificate Info -**Version incluse :** 1.17.1~ynh1 +**Version incluse :** 1.18.0~ynh1 *(:warning: Il s'agit de la branche `ci-auto-update-v1.18.0`. La [branche `master`](https://github.com/YunoHost-Apps/uptime-kuma_ynh/tree/master) utilisée dans le catalogue est actuellement en 1.17.1\~ynh1.)* + **Démo :** https://demo.uptime.kuma.pet diff --git a/conf/app.src b/conf/app.src index 90b148b..22dbd60 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/louislam/uptime-kuma/archive/refs/tags/1.17.1.tar.gz -SOURCE_SUM=2b1bf89ae473ca65891819a3a83af9fb4267c6d9c47cf5ec959a91416ebe6ddd +SOURCE_URL=https://github.com/louislam/uptime-kuma/archive/refs/tags/1.18.0.tar.gz +SOURCE_SUM=38fe1a0629e5cb9cf2535c5b6352574a871a0354d8ba5544930f8c398a11ac99 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=1.17.1.tar.gz +SOURCE_FILENAME=1.18.0.tar.gz SOURCE_EXTRACT=true diff --git a/conf/dist.src b/conf/dist.src index 04105ac..4151384 100644 --- a/conf/dist.src +++ b/conf/dist.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/louislam/uptime-kuma/releases/download/1.17.1/dist.tar.gz -SOURCE_SUM=c815b017787143b3c72fa2f38dcc7f6346c9eaaf0d8c388e024403d232775cea +SOURCE_URL=https://github.com/louislam/uptime-kuma/releases/download/1.18.0/dist.tar.gz +SOURCE_SUM=acf61538b29007ee3b6c39fb361bd731655ff06678ce2d9765b9047938a3c8ae SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 0fc32e3..beffdaf 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted monitoring tool like Uptime-Robot", "fr": "Outil de surveillance auto-hébergé similaire à Uptime-Robot" }, - "version": "1.17.1~ynh1", + "version": "1.18.0~ynh1", "url": "https://github.com/louislam/uptime-kuma/", "upstream": { "license": "MIT", @@ -16,7 +16,7 @@ "userdoc": "https://github.com/louislam/uptime-kuma/wiki", "code": "https://github.com/louislam/uptime-kuma" }, - "license": "AGPL-3.0-or-later", + "license": "MIT", "maintainer": { "name": "Hadrien", "email": "ketsapiwiq@protonmail.com"