Skip to content

Commit

Permalink
core: tools: mavp2p: Update to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickelectric committed Jun 15, 2024
1 parent 4e5b0b3 commit a072d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/tools/mavp2p/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e

BINARY_NAME="mavp2p"
VERSION="v1.1.1"
VERSION="v1.2.1"
GITHUB_REMOTE="https://github.com/bluenviron/mavp2p"

if [ "$RUNNING_IN_CI" ]; then
Expand Down Expand Up @@ -35,4 +35,4 @@ cp "$BINARY_NAME" "$LOCAL_BINARY_PATH"
chmod +x "$LOCAL_BINARY_PATH"

# Remove temporary files
rm -rf "$COMPRESS_FILE" "${BINARY_NAME}"
rm -rf "$COMPRESS_FILE" "${BINARY_NAME}"

0 comments on commit a072d22

Please sign in to comment.