Update to Roundcube 1.4

I’d like to update to Roundcube 1.4 without waiting for the next MIBA release. What’s the best way to do it?

I could change the version like here:

But where’s the “hash” from?

1 Like

Found:
VERSION=1.4.0
HASH=9fc48d47a9ba89ce02e1aab38e01cf3ff6838c68

I’ll make a pull request

I successfully upgraded it by following the upgrade instructions here; https://github.com/roundcube/roundcubemail/blob/master/UPGRADING

No issues at all. however, others who intend to do the same thing, know that it’s not supported, and may break at anytime and will probably be overwritten at the next MIAB update.

Read: Upgrade RoundCube to 1.4.1 and set the default skin to elastic by fmonts · Pull Request #1673 · mail-in-a-box/mailinabox · GitHub

Looking forward to seeing this update to get the responsive mail upgrade.

For those who want to update now, you can run my webmail.sh, it’s very simple:

cd /root/mailinabox/
wget https://raw.githubusercontent.com/fmonts/mailinabox/master/setup/webmail.sh -O setup/webmail.sh
./setup/webmail.sh

(but you shouldn’t trust random people code, verify yourself the differences :))

Thank you, great work. Much appreciated.