diff --git a/srcpkgs/docker/template b/srcpkgs/docker/template index f2ef194252b..45f743a96be 100644 --- a/srcpkgs/docker/template +++ b/srcpkgs/docker/template @@ -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 " 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