From dc91a2696e197755cfa6a002350f59c9f850db6a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 14 Aug 2022 16:00:01 +0200 Subject: [PATCH] Upgrade to upstream --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e39527a..0c7f777 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "name": "eric_G" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": false, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index a15c252..8191627 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -version_commit=9cc041876944dde46cd8cc3e269995244c8e7724 +version_commit=9e58bc19c4baf7ca7da97c2f8b164789d041d9b8 # dependencies used by the app pkg_dependencies="apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin imagemagick libsqlite3-dev zlib1g-dev libevent-dev pkg-config libpcre3-dev"