rkt: update to 1.19.0.

This commit is contained in:
Andrea Brancaleoni 2016-11-11 15:23:32 +01:00
parent 54866d9c2d
commit a0625a2f74

View file

@ -1,6 +1,6 @@
# Template file for 'rkt'
pkgname=rkt
version=1.18.0
version=1.19.0
revision=1
build_style=gnu-configure
hostmakedepends="automake wget cpio squashfs-tools bc gnupg git go"
@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/coreos/rkt"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=3897afeb743f77509cf7bfb484800e5b75eadb15f42bc0258e2e5b5598ae8290
checksum=49b5c1cc9a376a241e8b72b9702a911c3daa9187715e70fddbf2d267140b627a
patch_args="-Np1"
nopie=yes
@ -48,6 +48,7 @@ make_dirs="
/var/lib/rkt/pods/garbage 2750 root rkt"
pre_configure() {
rm stage1/usr_from_kvm/kernel/patches/0002-for-debian-gcc.patch
./autogen.sh
}