We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 425c896 + 086c15a commit 26307e9Copy full SHA for 26307e9
1 file changed
tests/storage/storage.py
@@ -155,10 +155,10 @@ def get_xapi_session():
155
156
def install_randstream(vm: VM) -> None:
157
BASE_URL = 'https://github.com/xcp-ng/randstream/releases/download'
158
- VERSION = '0.4.1'
+ VERSION = '0.5.0'
159
CHECKSUM = {
160
- 'Linux': '2a49ec6492a826cc9d4a69556041dad6dbea0051039f41f8de765bd4fb560e54',
161
- 'FreeBSD': '07362e6ced58f3dcf0676500775df401ed475b2e594a75a7949e4b2c1ca4775c',
+ 'Linux': '31ece6ea8f605aa3046609b37c72bdc11b39ee5942e8a0a8e2a052c50df00026',
+ 'FreeBSD': '12fcaad99d892963af84f2a3861a7b38a14e96cc6b3a3e45d78fb76a69b421f5',
162
}
163
TARGET_TRIPLE = {
164
'Linux': 'x86_64-unknown-linux-musl',
0 commit comments