Skip to content

Commit

Permalink
Use Omni Core v0.12.0.1 download bash script (GitHub Actions Regtest)
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jul 8, 2023
1 parent 37b37ed commit 2b0f220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-download-omnicore-ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
OMNICORE_BASE=https://github.com/OmniLayer/omnicore/releases/download
OMNICORE_VERSION=0.11.0
OMNICORE_VERSION=0.12.0.1
TARGETPLATFORM=x86_64-linux-gnu
OMNICORE_RELEASE=omnicore-${OMNICORE_VERSION}
OMNICORE_FILE=omnicore-${OMNICORE_VERSION}-${TARGETPLATFORM}.tar.gz
OMNICORE_URL=${OMNICORE_BASE}/v${OMNICORE_VERSION}/${OMNICORE_FILE}
OMNICORE_HASH=71cd24d67a49c842692d385c785173ddec9ddee8edeb45a633a93b01552856ba
OMNICORE_HASH=d6ac1e9af48f9d77ea88b697f35d3825a9b8c972f8de37f1213b433945a435a5

wget "$OMNICORE_URL"
echo "$OMNICORE_HASH $OMNICORE_FILE" | shasum --algorithm 256 --check
Expand Down

0 comments on commit 2b0f220

Please sign in to comment.