Skip to content

Commit

Permalink
feat: add go-libp2p@0.36.2 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Aug 16, 2024
1 parent 9ece074 commit 22a61e1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
COMMIT?=v0.8.1
COMMIT?=v0.9.0
TARGETS=linux darwin win32
WORKDIR=bin

Expand Down
1 change: 1 addition & 0 deletions scripts/update-versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const manifest = JSON.parse(fs.readFileSync(versionsPath, {
}))

manifest.versions[version] = versions
manifest.latest = version

fs.writeFileSync(versionsPath, JSON.stringify(manifest, null, 2) + '\n', {
encoding: 'utf8'
Expand Down
11 changes: 10 additions & 1 deletion src/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"latest": "v0.8.1",
"latest": "v0.9.0",
"versions": {
"v0.4.0": {
"darwin": "bafybeiafw7yn3c2uqu4wotihi6q7n2ycxt6c37pj2jcflbfdwpijmlgb2m",
Expand Down Expand Up @@ -81,6 +81,15 @@
"win32-386": "bafybeihjqvjcjtk5exjldivugwihz24hfa7aa2tqgnzkh7i3ruvlfbyxce",
"win32-amd64": "bafybeib7qyt7g375r4zkofq7fgm7uhhaj773oajktptvgr7yaw62fd7zfm",
"win32-arm64": "bafybeidns2l7njhj4j4edsy4pktljibinswbyswzzbu4lo5resddnccylu"
},
"v0.9.0": {
"darwin": "bafybeifpfufeuzxsshu5gq5cnqqgaklnqljyxoovtlj2d3ajzo5xzere4a",
"linux-386": "bafybeihclkbiwxogwxs422cmmez7obig4vsjmxquosq5tmtu6w3buzo3dq",
"linux-amd64": "bafybeiauc5hbycynmq3tzhx2wqzdh7z3b2hnubixbbb5swsbexfjkkagcy",
"linux-arm64": "bafybeias5hc3uzdz3namhabqhiw4rg4vynhnkiaodtat7efdelzefaw47q",
"win32-386": "bafybeihbd34zbxmy55xvp2psf6j3rasq3ut5tnc2ufrv2utzrti4eblzlu",
"win32-amd64": "bafybeiev4j7nobutymufyv4p4iunmdcgzdbyz37w3ephde3n6jx4innjgm",
"win32-arm64": "bafybeihtunppzanqy63uzgqgmufyxpbcz7bcpm6ssefuqf7gbdboh4xjc4"
}
}
}

0 comments on commit 22a61e1

Please sign in to comment.