Skip to content

Commit

Permalink
Update p2pd to v0.3.13 (#527)
Browse files Browse the repository at this point in the history
This version contains relevant changes that improve work of libp2p relays, see learning-at-home/go-libp2p-daemon#22.

Co-authored-by: Pavel Samygin <[email protected]>
(cherry picked from commit 4c167fa)
  • Loading branch information
borzunov authored and mryab committed Dec 2, 2022
1 parent 70e29d9 commit cfc1299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '1.16'
go-version: '1.18.8'
check-latest: true
- name: Set up Python
uses: actions/setup-python@v2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
from setuptools.command.build_py import build_py
from setuptools.command.develop import develop

P2PD_VERSION = "v0.3.12"
P2PD_VERSION = "v0.3.13"

P2PD_SOURCE_URL = f"https://github.com/learning-at-home/go-libp2p-daemon/archive/refs/tags/{P2PD_VERSION}.tar.gz"
P2PD_BINARY_URL = f"https://github.com/learning-at-home/go-libp2p-daemon/releases/download/{P2PD_VERSION}/"

# The value is sha256 of the binary from the release page
EXECUTABLES = {
"p2pd": "2530c3b4afe7953a6c73878d718808edc51c1f0de814e6730d8e53fbbc30789c",
"p2pd": "c3bf9bffdf649ec295f515ed744882d7e197220846a21825e8f11c007f01dbc0",
}

here = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit cfc1299

Please sign in to comment.