cloud-hypervisor: update to 18.0.

This commit is contained in:
Leah Neukirchen 2021-09-10 18:44:43 +02:00
parent f81a489e0c
commit 6a23f4cfcc

View file

@ -1,6 +1,6 @@
# Template file for 'cloud-hypervisor' # Template file for 'cloud-hypervisor'
pkgname=cloud-hypervisor pkgname=cloud-hypervisor
version=17.0 version=18.0
revision=1 revision=1
archs="aarch64* x86_64*" archs="aarch64* x86_64*"
build_style=cargo build_style=cargo
@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0, BSD-3-Clause" license="Apache-2.0, BSD-3-Clause"
homepage="https://github.com/cloud-hypervisor/cloud-hypervisor" homepage="https://github.com/cloud-hypervisor/cloud-hypervisor"
distfiles="https://github.com/cloud-hypervisor/cloud-hypervisor/archive/v${version}.tar.gz" distfiles="https://github.com/cloud-hypervisor/cloud-hypervisor/archive/v${version}.tar.gz"
checksum=c4088f9062c4ef89103ca11f1ce36609781bb527ef2d6b91d2eb3b62676e1e93 checksum=dabdd6d89bb308b49d1259d73d3844283ffae337e3c66a402c29e4afa738a27c
post_install() { post_install() {
vlicense LICENSE-APACHE vlicense LICENSE-APACHE