Update lxc-docker to 0.6.5

This commit is contained in:
Tom Willemse 2013-11-01 09:23:58 +01:00
parent 38915a3018
commit 24b118b08e

View file

@ -1,20 +1,20 @@
# This is an example PKGBUILD file. Use this as a start to creating your own,
# and remove these comments. For more information, see 'man PKGBUILD'.
# NOTE: Please fill out the license field for your package! If it is unknown,
# then please put 'unknown'.
# $Id: 067fe921af8eb2645691fa602931a3813d24d41f $
# Maintainer: Ido Rosen <ido@kernel.org>
# Contributor: frio <development@frio.name>
#
# NOTE: To request changes to this package, please submit a pull request
# to the GitHub repository at https://github.com/ido/packages-archlinux
# Otherwise, open a GitHub issue. Thank you! -Ido
#
# See http://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
# for more information on packaging from GIT sources.
# Maintainer: frio <development@frio.name>
pkgname=lxc-docker
pkgver=0.6.3
pkgrel=2
pkgver=0.6.5
pkgrel=1
pkgdesc="Docker - the Linux container runtime"
arch=('x86_64')
url="https://github.com/dotcloud/docker"
license=('Apache License 2.0')
depends=('bridge-utils' 'iproute2' 'lxc' 'linux-custom')
depends=('bridge-utils' 'iproute2' 'aufs3-util' 'lxc' 'linux-custom')
provides=('lxc-docker')
source=(
"https://get.docker.io/builds/Linux/x86_64/docker-$pkgver"
@ -22,9 +22,9 @@ source=(
)
conflicts=('lxc-docker-git')
replaces=('dotcloud-docker')
sha1sums=(
'f6c700a8fe20d1399409046ca74bd52c37678c0c'
'b040b6fa5465a4ded3239c58bdcc0195a0d196f0'
sha512sums=(
'5e76c362c143a8fede5387ae0485faea82e504a71cff3a62a54f829430f98caa15efdb2efab1c6cf58cb438b26b25b9b4692f18820b3a92f47bb3750b736bc31'
'f6e1f6cc2ed66cd3eb674383326d52dc1fad0599677103b1539ae7002d06e6458c2bc5dc9a04b2024058b5b2aa3cf9211a200acebbd93ab1016d48ed849d2499'
)
install=lxc-docker.install