docker: update to 1.9.0.
This commit is contained in:
parent
174f9fba9e
commit
dfe6888f08
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'docker'
|
||||
pkgname=docker
|
||||
version=1.8.2
|
||||
version=1.9.0
|
||||
revision=1
|
||||
hostmakedepends="git go"
|
||||
makedepends="libbtrfs-devel sqlite-devel device-mapper-devel"
|
||||
|
@ -10,8 +10,6 @@ license="Apache-2.0"
|
|||
homepage="http://www.docker.io"
|
||||
system_groups="docker"
|
||||
|
||||
broken="http://build.voidlinux.eu/builders/x86_64_builder/builds/16694/steps/shell_3/logs/stdio"
|
||||
|
||||
# These are required at run-time.
|
||||
depends="iptables xz git"
|
||||
nostrip=yes
|
||||
|
@ -19,7 +17,7 @@ nocross=yes
|
|||
only_for_archs="x86_64 x86_64-musl"
|
||||
|
||||
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
|
||||
checksum=457569ca8edd70293132789bfe51636f86cd8a46a60c6d02d5ee8600cf79f74b
|
||||
checksum=1c06baea61971a711f9e510800fb4de5e0d8a6560963cfdc891e0037b40dc974
|
||||
|
||||
do_build() {
|
||||
export AUTO_GOPATH=1
|
||||
|
|
Loading…
Reference in a new issue