Skip to content

Commit 50307e6

Browse files
committed
Switch the opam packages to Unikraft 0.20.0
1 parent 09f7230 commit 50307e6

10 files changed

+10
-10
lines changed

gen_opams.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
(* OCaml script to generate all the *.opam files *)
66

77
let version_ocaml_unikraft = "1.0.0"
8-
let version_unikraft = "0.18.0"
8+
let version_unikraft = "0.20.0"
99

1010
(**)
1111

ocaml-unikraft-backend-firecracker-arm64.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by gen_opams.ml, edit it instead
22
opam-version: "2.0"
33
name: "ocaml-unikraft-backend-firecracker-arm64"
4-
version: "0.18.0"
4+
version: "0.20.0"
55
maintainer: "[email protected]"
66
homepage: "https://github.com/mirage/ocaml-unikraft/"
77
dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git"

ocaml-unikraft-backend-firecracker-x86_64.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by gen_opams.ml, edit it instead
22
opam-version: "2.0"
33
name: "ocaml-unikraft-backend-firecracker-x86_64"
4-
version: "0.18.0"
4+
version: "0.20.0"
55
maintainer: "[email protected]"
66
homepage: "https://github.com/mirage/ocaml-unikraft/"
77
dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git"

ocaml-unikraft-backend-firecracker.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by gen_opams.ml, edit it instead
22
opam-version: "2.0"
33
name: "ocaml-unikraft-backend-firecracker"
4-
version: "0.18.0"
4+
version: "0.20.0"
55
maintainer: "[email protected]"
66
homepage: "https://github.com/mirage/ocaml-unikraft/"
77
dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git"

ocaml-unikraft-backend-qemu-arm64.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by gen_opams.ml, edit it instead
22
opam-version: "2.0"
33
name: "ocaml-unikraft-backend-qemu-arm64"
4-
version: "0.18.0"
4+
version: "0.20.0"
55
maintainer: "[email protected]"
66
homepage: "https://github.com/mirage/ocaml-unikraft/"
77
dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git"

ocaml-unikraft-backend-qemu-x86_64.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by gen_opams.ml, edit it instead
22
opam-version: "2.0"
33
name: "ocaml-unikraft-backend-qemu-x86_64"
4-
version: "0.18.0"
4+
version: "0.20.0"
55
maintainer: "[email protected]"
66
homepage: "https://github.com/mirage/ocaml-unikraft/"
77
dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git"

ocaml-unikraft-backend-qemu.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by gen_opams.ml, edit it instead
22
opam-version: "2.0"
33
name: "ocaml-unikraft-backend-qemu"
4-
version: "0.18.0"
4+
version: "0.20.0"
55
maintainer: "[email protected]"
66
homepage: "https://github.com/mirage/ocaml-unikraft/"
77
dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git"

ocaml-unikraft-option-debug.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by gen_opams.ml, edit it instead
22
opam-version: "2.0"
33
name: "ocaml-unikraft-option-debug"
4-
version: "0.18.0"
4+
version: "0.20.0"
55
maintainer: "[email protected]"
66
homepage: "https://github.com/mirage/ocaml-unikraft/"
77
dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git"

ocaml-unikraft-toolchain-arm64.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by gen_opams.ml, edit it instead
22
opam-version: "2.0"
33
name: "ocaml-unikraft-toolchain-arm64"
4-
version: "0.18.0"
4+
version: "0.20.0"
55
maintainer: "[email protected]"
66
homepage: "https://github.com/mirage/ocaml-unikraft/"
77
dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git"

ocaml-unikraft-toolchain-x86_64.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by gen_opams.ml, edit it instead
22
opam-version: "2.0"
33
name: "ocaml-unikraft-toolchain-x86_64"
4-
version: "0.18.0"
4+
version: "0.20.0"
55
maintainer: "[email protected]"
66
homepage: "https://github.com/mirage/ocaml-unikraft/"
77
dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git"

0 commit comments

Comments
 (0)