From afb046ad48ead71442022465dc0b91750f1e239e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 18 Oct 2021 22:29:15 +0200 Subject: [PATCH] Upgrade to version 1.5 --- conf/app.src | 5 ++--- manifest.json | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/conf/app.src b/conf/app.src index b2192a2..5274aea 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,5 @@ -SOURCE_URL=https://github.com/roundcube/roundcubemail/releases/download/1.5-rc/roundcubemail-1.5-rc.tar.gz -SOURCE_SUM=e5386d09c138d0b15e5a0d07189c3836f55cd25d5c4fcec40946fa5da2c4e3cd +SOURCE_URL=https://github.com/roundcube/roundcubemail/releases/download/1.5.0/roundcubemail-1.5.0.tar.gz +SOURCE_SUM=f204b412f930ef6af9832d9afa95640803b7b94c3028450b0f94f56cdc4bbe1d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= diff --git a/manifest.json b/manifest.json index 4adfd3e..36440de 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,6 @@ "website": "https://roundcube.net/", "demo": "https://demo.yunohost.org/webmail/", "admindoc": "https://github.com/roundcube/roundcubemail/wiki", - "userdoc": "https://yunohost.org/en/app_roundcube", "code": "https://github.com/roundcube/roundcubemail" }, "license": "GPL-3.0-only",