Browse Source

v0.13.3

v0.13.3
Gert-Jaap Glasbergen 6 years ago
committed by Luke Childs
parent
commit
65487d3fda
  1. 2
      CHECKSUM
  2. 2
      Dockerfile
  3. 2
      VERSION

2
CHECKSUM

@ -1 +1 @@
0e0d6fe724a227fd03e8a2ee39851857c5e3eba7783ac1d2557f97a381150926
6dbf75d5bd1b943b6f1d23d7f808eafde9f85eba5940c9711a82c468e8b37987

2
Dockerfile

@ -9,7 +9,7 @@ RUN VERSION=`cat /tmp/VERSION` && \
chmod a+x /usr/local/bin/* && \
apt-get update && \
apt-get install -y --no-install-recommends curl ca-certificates unzip && \
curl -L https://github.com/vertcoin/vertcoin/releases/download/$VERSION/vertcoin-v$VERSION-linux-64bit.zip --output /tmp/prebuilt.zip && \
curl -L https://github.com/vertcoin-project/vertcoin-core/releases/download/$VERSION/vertcoind-v$VERSION-linux-amd64.zip --output /tmp/prebuilt.zip && \
echo "$(cat /tmp/CHECKSUM) /tmp/prebuilt.zip" | sha256sum -c && \
unzip /tmp/prebuilt.zip -d /tmp && \
mv /tmp/vertcoind /usr/local/bin && \

2
VERSION

@ -1 +1 @@
0.12.0
0.13.3

Loading…
Cancel
Save