docker: update to 1.9.1.

This commit is contained in:
Juan RP 2015-11-22 08:48:38 +01:00
parent 531e0605cf
commit 7405c6c73e

View file

@ -1,6 +1,6 @@
# Template file for 'docker'
pkgname=docker
version=1.9.0
version=1.9.1
revision=1
hostmakedepends="git go"
makedepends="libbtrfs-devel sqlite-devel device-mapper-devel"
@ -8,16 +8,15 @@ short_desc="Pack, ship and run any application as a lightweight container"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Apache-2.0"
homepage="http://www.docker.io"
system_groups="docker"
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
checksum=ff0ad9647b756381758a16440a48e6f3c8615bbc903e53680569aac0b0a85157
# These are required at run-time.
depends="iptables xz git"
nostrip=yes
nocross=yes
only_for_archs="x86_64 x86_64-musl"
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
checksum=1c06baea61971a711f9e510800fb4de5e0d8a6560963cfdc891e0037b40dc974
system_groups="docker"
do_build() {
export AUTO_GOPATH=1