docker: 1.4.0 -> 1.5.0

This commit is contained in:
James Mills 2015-02-11 14:34:50 +10:00
parent b83db3cc7d
commit aed714e9a8
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
f56ea46241da3502a41ecca63407032a check-config.sh
849b268387b3a23ce4e0b0bdf0c342d4 docker
5a4c44dc046f863f60bba02080d66fd1 docker.conf
12cbf5b15af99ff348f574ed7b0847c0 v1.4.0.tar.gz
a622207cd9eb21d95333501d2495ef5d v1.5.0.tar.gz

View File

@ -5,12 +5,12 @@
# Depends on: go sqlite3 cgroupfs-mount
name=docker
version=1.4.0
revision=4595d4fb03
release=2
version=1.5.0
revision=a8a31eff10
release=1
source=(
https://raw.githubusercontent.com/dotcloud/docker/v${version}/contrib/check-config.sh
https://github.com/dotcloud/$name/archive/v$version.tar.gz
https://raw.githubusercontent.com/docker/docker/v${version}/contrib/check-config.sh
https://github.com/docker/docker/archive/v$version.tar.gz
$name
$name.conf
)