From fdff5637a376fa388b367e42a0210a6e77026c67 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 22 Sep 2021 19:35:56 +0200 Subject: [PATCH] Upgrade to 2021-09-22 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b8244cf..7ddc6af 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "CI runner of YunoHost", "fr": "Runner d'intégration continue de YunoHost" }, - "version": "2021-06-30~ynh1", + "version": "2021-09-22~ynh1", "url": "https://github.com/YunoHost/yunorunner", "upstream": { "license": "GPL-3.0-or-later", diff --git a/scripts/_common.sh b/scripts/_common.sh index ee77031..88c8417 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,7 +9,7 @@ pkg_dependencies="python3-venv python3-dev python3-pip sqlite3" yunorunner_repository="https://github.com/YunoHost/yunorunner" -yunorunner_release="9cde6e979a59424396659fa934323a677ba8c960" +yunorunner_release="0e87f07e8bcb1f3aee055a694f3c7198e22b4019" #================================================= # PERSONAL HELPERS