From d910e706dfd330ba77f873a6aafcfb9d5ca1563a Mon Sep 17 00:00:00 2001 From: v Date: Wed, 2 Oct 2024 20:13:32 +0200 Subject: [PATCH] octez 20.3 --- src/__xtz/sources.hjson | 8 ++++---- src/__xtz/update-sources.lua | 1 + src/specs.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/__xtz/sources.hjson b/src/__xtz/sources.hjson index 094e7df..a49fad7 100644 --- a/src/__xtz/sources.hjson +++ b/src/__xtz/sources.hjson @@ -1,11 +1,11 @@ // SOURCE: https://gitlab.com/tezos/tezos/-/releases { linux-x86_64: { - client: https://gitlab.com/tezos/tezos/-/package_files/138315963/download - signer: https://gitlab.com/tezos/tezos/-/package_files/138315867/download + client: https://gitlab.com/tezos/tezos/-/package_files/150894301/download + signer: https://gitlab.com/tezos/tezos/-/package_files/150893863/download } linux-arm64: { - client: https://gitlab.com/tezos/tezos/-/package_files/138317146/download - signer: https://gitlab.com/tezos/tezos/-/package_files/138317010/download + client: https://gitlab.com/tezos/tezos/-/package_files/150896298/download + signer: https://gitlab.com/tezos/tezos/-/package_files/150896168/download } } \ No newline at end of file diff --git a/src/__xtz/update-sources.lua b/src/__xtz/update-sources.lua index f647ea8..e13d71a 100644 --- a/src/__xtz/update-sources.lua +++ b/src/__xtz/update-sources.lua @@ -1,4 +1,5 @@ -- SOURCE: https://gitlab.com/tezos/tezos/-/releases +-- eli src/__xtz/update-sources.lua https://gitlab.com/tezos/tezos/-/packages/29781101 local hjson = require "hjson" local args = table.pack(...) diff --git a/src/specs.json b/src/specs.json index 3d25dd7..54acab5 100755 --- a/src/specs.json +++ b/src/specs.json @@ -1,6 +1,6 @@ { "id": "xtz.signer", - "version" : "0.23.9+20.2", + "version" : "0.23.10+20.3", "dependencies": [ { "id":"xtz.base" } ]