Skip to content

Commit 84c6d74

Browse files
TeoSlayerteovl
andauthored
catalogue: pin io.pilot.wallet bundle_sha256 to wallet-v0.3.0 release (#236)
Replaces the REPLACE_AT_RELEASE_TIME placeholder with the real sha256 of the tarball uploaded to the wallet-v0.3.0 GitHub release. Bundle URL: https://github.com/TeoSlayer/pilotprotocol/releases/download/wallet-v0.3.0/io.pilot.wallet-0.3.0.tar.gz Bundle sha256: 99a1168589b79d3cb715557207e607eeddd63110189f0a43a4281374c8106c3d End-to-end verified: gh CLI download of the asset hashes to the pinned value, so pilotctl appstore install io.pilot.wallet will now succeed against the published catalogue. Co-authored-by: Teodor Calin <teodor@vulturelabs.io>
1 parent eac4287 commit 84c6d74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

catalogue/catalogue.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"version": 1,
3-
"updated_at": "2026-06-08T10:25:00Z",
3+
"updated_at": "2026-06-08T08:00:00Z",
44
"apps": [
55
{
66
"id": "io.pilot.wallet",
77
"version": "0.3.0",
88
"description": "On-overlay USDC payments — ed25519 + EIP-3009 receipts.",
99
"bundle_url": "https://github.com/TeoSlayer/pilotprotocol/releases/download/wallet-v0.3.0/io.pilot.wallet-0.3.0.tar.gz",
10-
"bundle_sha256": "REPLACE_AT_RELEASE_TIME"
10+
"bundle_sha256": "99a1168589b79d3cb715557207e607eeddd63110189f0a43a4281374c8106c3d"
1111
}
1212
]
1313
}

0 commit comments

Comments
 (0)