bump roundcube version since the Debian ftp site isn't providing the previous version anymore

This commit is contained in:
Joshua Tauberer 2014-03-17 00:52:20 +00:00
parent 97083a1e0c
commit ebf19c197d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install -q -y \
# now upgrade the packages. We do it this way so the other dependencies are
# pulled in via apt for us automatically.
mkdir -p externals
pkg_ver=0.9.2-2_all
pkg_ver=0.9.5-4_all
wget -nc -P externals http://ftp.debian.org/debian/pool/main/r/roundcube/{roundcube,roundcube-core,roundcube-sqlite3,roundcube-plugins}_$pkg_ver.deb
DEBIAN_FRONTEND=noninteractive dpkg -Gi externals/{roundcube,roundcube-core,roundcube-sqlite3,roundcube-plugins}_$pkg_ver.deb