~benny/charms/precise/owncloud/upstream-5.0.7

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Benjamin Donald-Wilson
  • Date: 2013-07-04 09:30:43 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: benny@ubuntu.com-20130704093043-74180nems8rbnq5z
New upstream update, fixes numerours security bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
                     php5-gd php5-mysql php5-sqlite curl libcurl3 \
11
11
                     php5-curl rpcbind nfs-common
12
12
 
13
 
juju-log "Downloading and validating ownCloud 4.5"
 
13
juju-log "Downloading and validating ownCloud 5.0.7"
14
14
# Load charm helper and download owncloud
15
15
. /usr/share/charm-helper/sh/net.sh
16
 
LURL="http://mirrors.owncloud.org/releases/owncloud-4.5.7.tar.bz2"
 
16
LURL="http://mirrors.owncloud.org/releases/owncloud-5.0.7.tar.bz2"
17
17
 
18
 
LHASH="12b41fd8119c0fe48b62fcfe36999def"
 
18
LHASH="1339f25954e317d4ff1d7e26cc7167f1"
19
19
source_file=`ch_get_file $LURL $LHASH`
20
20
 
21
21
juju-log "Downloaded"