cloud-hypervisor: update to 27.0.
This commit is contained in:
parent
e18dd8556c
commit
159bd4e93b
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cloud-hypervisor'
|
# Template file for 'cloud-hypervisor'
|
||||||
pkgname=cloud-hypervisor
|
pkgname=cloud-hypervisor
|
||||||
version=26.0
|
version=27.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=3acd6b2e1c3025b56108d61e478160e3a4dde668ada659f77eae3113e687fff8
|
checksum=e4dada4829398d29de6b7dfd57bf0171618b1ffee05daf9dbb7808e0781152e3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-APACHE
|
vlicense LICENSE-APACHE
|
||||||
|
|
Loading…
Reference in New Issue