rkt: update to 1.4.0.
This commit is contained in:
parent
eb0bdf546c
commit
ff363464f5
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rkt'
|
||||
pkgname=rkt
|
||||
version=1.3.0
|
||||
version=1.4.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=0468c5b1079da8df65db9ebd0b712f64509acf6c8d6b34b780b6e787271d9b30
|
||||
checksum=1ce98ff74aef3dc2c43025f2b458e6dbfeb6c7f756a313f4ecc2827fc84ce031
|
||||
|
||||
configure_args="--enable-tpm=no
|
||||
--with-stage1-flavors=fly,kvm,coreos
|
||||
|
@ -50,7 +50,6 @@ pre_configure() {
|
|||
do_install() {
|
||||
vsv rkt-metadata
|
||||
|
||||
vinstall dist/bash_completion/rkt.bash 644 usr/share/bash-completion/completions/rkt
|
||||
vinstall ${FILESDIR}/rkt-gc 755 etc/cron.daily
|
||||
|
||||
vbin build-${pkgname}-${version}/bin/rkt
|
||||
|
|
Loading…
Reference in a new issue