cloud-hypervisor: update to 25.0.
This commit is contained in:
parent
b05d051de4
commit
9e9fb51b1e
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cloud-hypervisor'
|
# Template file for 'cloud-hypervisor'
|
||||||
pkgname=cloud-hypervisor
|
pkgname=cloud-hypervisor
|
||||||
version=23.1
|
version=25.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=c4e04a7f8af27517f3a07aee04a5eea4e81780f4ed5fa21876d282de0f998354
|
checksum=a4ce0190cc9e799789fe8e380cba41da807938db41f55bfe69c8c21be11e8bd7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-APACHE
|
vlicense LICENSE-APACHE
|
||||||
|
|
Loading…
Reference in New Issue