microsandbox-rb-binaries 0.14.0-x86_64-linux-gnu → 0.15.0-x86_64-linux-gnu

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31bb98f950a917b27847c65c05618507721471c357820a18b443be01aa2f0472
4
- data.tar.gz: 8ee2e7426943f5232d65b942a79413b107468d9331f0082c04a3f966e9e00632
3
+ metadata.gz: ed66806e1f0ccd8f6e12be1494b0c91ac18e65ef94c7f7ac34c1f31a247f29e7
4
+ data.tar.gz: 8cfe707e03ec089219988a343e50dc9273d7a78ca013c7ed5b5da8d675d1c41f
5
5
  SHA512:
6
- metadata.gz: 27385529561bc66c7194d2ad836c4de78328af63038d8e45c2af3a58ffc89389b8edf8ddb9f9b28d5bd8879e0aace0d0618ea89f94e2e29d0c10fe373b8d1652
7
- data.tar.gz: 270f99a29865b611c29156582404d0da8a2531b393666d5116f802d5da540f36e294b406bd1908ab5a0f2f06e621766939a451c4b7e98c7492437cb037cfde66
6
+ metadata.gz: 16a25a665196288f0f9be81e07114847b4e9b0192121c49d108a7e648d139196e2a30c5796a6609912b245e61a6bcdf0e07d3f48f0f7d22fd2c35ad78fce60eb
7
+ data.tar.gz: 8f58d46bb1d15284533caa9689311b2adffaab44e0f5bc1347c4a6a2324cd729edf91e66ea3bc8faaabe6a80acba44577738a2037b0a6f7bb9375217b2b9a4ea
@@ -20,11 +20,11 @@ module Microsandbox
20
20
  module Binaries
21
21
  # Gem version — kept in lockstep with `Microsandbox::VERSION` (asserted by
22
22
  # the SDK's spec/unit/version_spec.rb).
23
- VERSION = "0.14.0"
23
+ VERSION = "0.15.0"
24
24
 
25
25
  # The upstream microsandbox release the vendored binaries come from. Must
26
26
  # equal the SDK's `Microsandbox::RUNTIME_VERSION` for the SDK to use them.
27
- RUNTIME_VERSION = "v0.6.9"
27
+ RUNTIME_VERSION = "v0.6.14"
28
28
 
29
29
  # Directory holding the vendored runtime (`bin/`, `lib/`, `manifest.json`).
30
30
  ROOT = File.expand_path("../../vendor", __dir__)
data/vendor/bin/msb CHANGED
Binary file
Binary file
data/vendor/manifest.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "schema": 1,
3
3
  "platform": "x86_64-linux-gnu",
4
- "runtime_version": "v0.6.9",
4
+ "runtime_version": "v0.6.14",
5
5
  "bundle_asset": "microsandbox-linux-x86_64.tar.gz",
6
- "bundle_sha256": "8e90eadfe12166b1f4d933954a5486fad144c06366c284a60f030dc1daa0deb6",
6
+ "bundle_sha256": "2db88548266a7a0ac6ec21c9e5fa2f8b241e337fbd22f120ec8dba42ca95f39a",
7
7
  "files": {
8
- "bin/msb": "92a8c4099c54f6357f95ae1789a68b22ee9ca54419088a549bfb5b619cc028c6",
9
- "lib/libkrunfw.so.5.6.1": "45e29bb6cb5d6eb237802b129f9b3900db7c852e8926d6d1bd54ececc9ee8521"
8
+ "bin/msb": "eacba60dd05dfe3fd219d193b228270f07c01ac4db67dfb8c2dfb29561adb503",
9
+ "lib/libkrunfw.so.5.6.1": "d395efaa21984cc6934c900519909a12c8148d9688cfc88f9da3b42132ae32c2"
10
10
  }
11
11
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: microsandbox-rb-binaries
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.0
5
5
  platform: x86_64-linux-gnu
6
6
  authors:
7
7
  - ya-luotao
@@ -12,7 +12,7 @@ dependencies: []
12
12
  description: |
13
13
  Platform-specific prebuilt binaries — the `msb` microVM runtime and the
14
14
  `libkrunfw` firmware from upstream microsandbox release
15
- v0.6.9 — for the microsandbox-rb SDK gem.
15
+ v0.6.14 — for the microsandbox-rb SDK gem.
16
16
  Install it alongside microsandbox-rb (same version) and the SDK uses these
17
17
  binaries instead of downloading the runtime into ~/.microsandbox on first
18
18
  use. Every file is verified against the upstream release's published