docker: update to 18.09.2.

This commit is contained in:
Piotr Wójcik 2019-02-18 16:26:26 +01:00 committed by maxice8
parent 5f721d4ab8
commit 55c8d7b946
2 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'docker'
pkgname=docker
version=18.09.1
revision=2
version=18.09.2
revision=1
wrksrc="${pkgname}-ce-${version}"
hostmakedepends="git go pkg-config curl cmake"
makedepends="libbtrfs-devel sqlite-devel device-mapper-devel libseccomp-devel libapparmor-devel libltdl-devel"
@ -10,14 +10,14 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="http://www.docker.io"
distfiles="https://github.com/docker/docker-ce/archive/v${version}.tar.gz"
checksum=9eadb1eae1954b0322aadf6505f5397d1b1eccf6395ab511cadf8e6975cfc576
checksum=f370a899ffc1a81028167697130fd1888d97753b1fb5b8fe1f2b12b71c3ebfc0
# These are required at run-time.
depends="iptables xz git"
nopie=yes
nostrip=yes
nocross=yes
only_for_archs="x86_64 x86_64-musl ppc64le ppc64le-musl"
archs="x86_64* ppc64le*"
system_groups="docker"
_docker_components="runc containerd tini proxy dockercli"

View File

@ -1,2 +1 @@
site=https://github.com/docker/docker-ce/releases/latest
pattern='href="/docker/docker-ce/releases/tag/v\K[\d\.]+(?=")'