Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Updated P2Pool to v3.1, monerod to v0.18.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WeebDataHoarder committed Mar 11, 2023
1 parent 5d77c61 commit 2dc024a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/nsis/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

set -ex

export P2POOL_VERSION="v2.2.1"
export MONERO_VERSION="v0.18.1.0"
export MONERO_SIGNATURES_URL="https://raw.githubusercontent.com/monero-project/monero-site/3d1441e13cc470eedc6eaf708ede6cc6179ac27a/downloads/hashes.txt"
export P2POOL_VERSION="v3.1"
export MONERO_VERSION="v0.18.2.0"
export MONERO_SIGNATURES_URL="https://raw.githubusercontent.com/monero-project/monero-site/54f1ca1d8d72f47a52e93339c1ab06679035ae56/downloads/hashes.txt"

export SOURCE_DATE_EPOCH="$(date +%s)"
export GIT_HASH="0000000"
Expand Down

0 comments on commit 2dc024a

Please sign in to comment.