1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00
This commit is contained in:
__cyp 2017-09-09 13:56:29 +00:00 committed by GitHub
commit 9f9478231a
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ Roundcube for YunoHost
[Roundcube](https://roundcube.net/) is a browser-based multilingual IMAP client with
an application-like user interface.
**Shipped version:** 1.2.3
**Shipped version:** 1.2.4
![](https://roundcube.net/images/screens/mailview.jpg)

View file

@ -8,7 +8,7 @@
},
"url": "https://roundcube.net/",
"license": "GPL-3",
"version": "1.2.3",
"version": "1.2.4",
"maintainer": {
"name": "-",
"email": "-"

View file

@ -3,13 +3,13 @@
#
# Roundcube version
VERSION="1.2.3"
VERSION="1.2.4"
# Package name for Roundcube dependencies
DEPS_PKG_NAME="roundcube-deps"
# Roundcube complete tarball checksum
ROUNDCUBE_SOURCE_SHA256="2df820d2ccc7bb320f854a821a1dc9983792f42a3353a1d38fe0822d94980d4d"
ROUNDCUBE_SOURCE_SHA256="76b52a6405e0fc36b6829bf21200badbc681b18c95c7b3d9098e90f9de7ed9cc"
# Remote URL to fetch Roundcube source tarball
ROUNDCUBE_SOURCE_URL="https://github.com/roundcube/roundcubemail/releases/download/${VERSION}/roundcubemail-${VERSION}.tar.gz"