Skip to content

Commit

Permalink
octez 20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Oct 2, 2024
1 parent becdc1c commit d910e70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/__xtz/sources.hjson
Original file line number Diff line number Diff line change
@@ -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
}
}
1 change: 1 addition & 0 deletions src/__xtz/update-sources.lua
Original file line number Diff line number Diff line change
@@ -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(...)
Expand Down
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.signer",
"version" : "0.23.9+20.2",
"version" : "0.23.10+20.3",
"dependencies": [
{ "id":"xtz.base" }
]
Expand Down

0 comments on commit d910e70

Please sign in to comment.