docker: update to 1.8.0.
This commit is contained in:
parent
11961d2d5a
commit
6cdcc78e7f
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'docker'
|
# Template file for 'docker'
|
||||||
pkgname=docker
|
pkgname=docker
|
||||||
version=1.7.1
|
version=1.8.0
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="git go"
|
hostmakedepends="git go"
|
||||||
makedepends="libbtrfs-devel sqlite-devel device-mapper-devel"
|
makedepends="libbtrfs-devel sqlite-devel device-mapper-devel"
|
||||||
short_desc="Pack, ship and run any application as a lightweight container"
|
short_desc="Pack, ship and run any application as a lightweight container"
|
||||||
|
@ -16,7 +16,7 @@ nostrip=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
|
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
|
||||||
checksum=9cd26415d68a88d3cf576e7e78c2fe97f42af795404f552728acc5b41dccf4ef
|
checksum=e2794aba10c04cfe996a91aff14fa1a88629a09eb7977fcd096b3a795fbbd7d8
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
export AUTO_GOPATH=1
|
export AUTO_GOPATH=1
|
||||||
|
|
Loading…
Reference in a new issue