Skip to content

Commit

Permalink
Octez V20.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Primate411 committed May 30, 2024
1 parent bf54240 commit 36065e2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
39 changes: 18 additions & 21 deletions src/__xtz/sources.hjson
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
// SOURCE: https://gitlab.com/tezos/tezos/-/releases

linux-x86_x64: {
node: https://gitlab.com/api/v4/projects/3836952/packages/generic/octez-binaries-20.0-rc1/20.0-rc1/x86_64-octez-node
client: https://gitlab.com/api/v4/projects/3836952/packages/generic/octez-binaries-20.0-rc1/20.0-rc1/x86_64-octez-client

accuser: https://gitlab.com/api/v4/projects/3836952/packages/generic/octez-binaries-20.0-rc1/20.0-rc1/x86_64-octez-accuser-Proxford
baker: https://gitlab.com/api/v4/projects/3836952/packages/generic/octez-binaries-20.0-rc1/20.0-rc1/x86_64-octez-baker-Proxford

accuser-next: https://gitlab.com/api/v4/projects/3836952/packages/generic/octez-binaries-20.0-rc1/20.0-rc1/x86_64-octez-accuser-PtParisB
baker-next: https://gitlab.com/api/v4/projects/3836952/packages/generic/octez-binaries-20.0-rc1/20.0-rc1/x86_64-octez-baker-PtParisB
}
linux-arm64: {
node: https://gitlab.com/api/v4/projects/3836952/packages/generic/octez-binaries-20.0-rc1/20.0-rc1/arm64-octez-node
client: https://gitlab.com/api/v4/projects/3836952/packages/generic/octez-binaries-20.0-rc1/20.0-rc1/arm64-octez-client

accuser: https://gitlab.com/api/v4/projects/3836952/packages/generic/octez-binaries-20.0-rc1/20.0-rc1/arm64-octez-accuser-Proxford
baker: https://gitlab.com/api/v4/projects/3836952/packages/generic/octez-binaries-20.0-rc1/20.0-rc1/arm64-octez-baker-Proxford

accuser-next: https://gitlab.com/api/v4/projects/3836952/packages/generic/octez-binaries-20.0-rc1/20.0-rc1/arm64-octez-accuser-PtParisB
baker-next: https://gitlab.com/api/v4/projects/3836952/packages/generic/octez-binaries-20.0-rc1/20.0-rc1/arm64-octez-baker-PtParisB
}
{
linux-x86_64: {
client: https://gitlab.com/tezos/tezos/-/package_files/130339263/download
accuser-next: https://gitlab.com/tezos/tezos/-/package_files/130339641/download
baker-next: https://gitlab.com/tezos/tezos/-/package_files/130339715/download
baker: https://gitlab.com/tezos/tezos/-/package_files/130339874/download
accuser: https://gitlab.com/tezos/tezos/-/package_files/130339791/download
node: https://gitlab.com/tezos/tezos/-/package_files/130339583/download
}
linux-arm64: {
client: https://gitlab.com/tezos/tezos/-/package_files/130342347/download
accuser-next: https://gitlab.com/tezos/tezos/-/package_files/130342889/download
baker-next: https://gitlab.com/tezos/tezos/-/package_files/130342958/download
baker: https://gitlab.com/tezos/tezos/-/package_files/130343131/download
accuser: https://gitlab.com/tezos/tezos/-/package_files/130343040/download
node: https://gitlab.com/tezos/tezos/-/package_files/130342826/download
}
}
2 changes: 1 addition & 1 deletion src/specs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "xtz.node.next" ,
"version" : "0.1.2+20.0.rc1.oxford_paris",
"version" : "0.1.3+20.0.oxford_paris",
"dependencies": [
{ "id":"xtz.node" }
]
Expand Down

0 comments on commit 36065e2

Please sign in to comment.