diff --git a/check_process b/check_process index ef49e54..d898e6a 100644 --- a/check_process +++ b/check_process @@ -15,6 +15,8 @@ upgrade=1 from_commit=a50d46ae3a01d8a5b08ca9f9e62bfc9269fdedfa # 2.11.20210519~ynh1 upgrade=1 from_commit=59b41b65dc33c3da471175002f37576ff460dc46 + # 2.11.20211020~ynh1 + upgrade=1 from_commit=8284155ea371f4b8a9f0c333d486c5a2342acfae backup_restore=1 multi_instance=0 port_already_use=0 diff --git a/conf/app.src b/conf/app.src index 147bbad..bd87588 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/gpodder/mygpo/tarball/57579ae579a5499542d6fbd271f1e0ada7850f13 -SOURCE_SUM=66b0c72318296c8238cb6f7ed2564806b22605c56c368a7b45528ba3fabe48d3 +SOURCE_URL=https://github.com/gpodder/mygpo/archive/60caf1adfb6c0dbeb21828a0d1ae0dfebc279abd.tar.gz +SOURCE_SUM=15076ba34b6a85f61923e78dd84ce93384daca92331f34d20333be4c3d915b08 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=57579ae579a5499542d6fbd271f1e0ada7850f13 +SOURCE_FILENAME= SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 4976e8c..85baa4b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage podcast subscriptions, and sync them between apps and devices", "fr": "GĂ©rez vos sousciptions balado, et sychronisez-lez entre vos applis et appareils" }, - "version": "2.11.20211020~ynh1", + "version": "2.11.20220622~ynh1", "url": "https://github.com/gpodder/mygpo", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index f3763d4..c115d80 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,6 +3,7 @@ #================================================= # COMMON VARIABLES #================================================= + # dependencies used by the app pkg_dependencies="acl python3 python3-dev python3-pip python3-venv postgresql postgresql-contrib libpq-dev redis-server libldap2-dev libsasl2-dev"