From 2555d3f7441e41908a6c18176fcae03de086dc8c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 7 Feb 2023 06:08:12 +0000 Subject: [PATCH] Upgrade to v2023.02.06 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index fb804de..80afa72 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": "2023.01.21~ynh1", + "version": "2023.02.06~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 beb14eb..0bf5b17 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,7 +9,7 @@ pkg_dependencies="python3-venv python3-dev python3-pip sqlite3 wkhtmltopdf optip yunorunner_repository="https://github.com/YunoHost/yunorunner" -yunorunner_release="e2b9a88ef45aa1a66cf7de47ab6214a48847afe0" +yunorunner_release="7c82e2c7c2797c2c2061b87a0cf283b1135b490f" #================================================= # PERSONAL HELPERS