From 95a30f37bb03077a7ad566a24267466f3ca107bd Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 4 Apr 2023 21:30:47 +0000 Subject: [PATCH] Upgrade to v2023.03.05 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e830e79..6316af0 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.02.12~ynh1", + "version": "2023.03.05~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 16d4bd7..1a20cb7 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="50ae066741b8a7e845b691eac1045406b1ee7f16" +yunorunner_release="d130e12d442dcb0dfaab767887a7e5f0c9b8c16b" #================================================= # PERSONAL HELPERS