Skip to content

Commit

Permalink
Update p2pd to v0.3.13 (learning-at-home#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 <44449246+greenfatguy@users.noreply.github.com>
  • Loading branch information
borzunov and GreenFatGuy authored Dec 2, 2022
1 parent be88b42 commit 4c167fa
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 4c167fa

Please sign in to comment.