From 6751c58c2da1a9d4c39b3faa7221ac856800531b Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 30 Jun 2021 00:30:14 +0200 Subject: [PATCH] Upgrade to 2021-06-30~ynh1 --- README.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98ce024..9c2ca42 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview YunoRunner is our own CI runner for YunoHost Apps -**Shipped version:** 2021-03-05 +**Shipped version:** 2021-06-30~ynh1 ## Screenshots diff --git a/manifest.json b/manifest.json index 3530445..11d96a2 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-03-05~ynh1", + "version": "2021-06-30~ynh1", "url": "https://github.com/YunoHost/yunorunner", "license": "GPL-3.0-or-later", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 3ecbdc2..732d36c 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="444de3ae11db85294b6839b79b603e2d86b0a662" +yunorunner_release="eda079abcfdddbcefa1ceb863f9224b1cc077eb2" #================================================= # PERSONAL HELPERS