Skip to content

Commit

Permalink
install: update checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Nov 1, 2020
1 parent 98463c1 commit eb9c9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ INSTALL_LOCATION=${1:-/usr/local/bin}
NAME="dirac"
SOURCE_URL="https://raw.githubusercontent.com/binaryage/dirac/master/dirac"
TARGET="$INSTALL_LOCATION/$NAME"
EXPECTED_CHECKSUM=${DIRAC_INSTALL_EXPECTED_CHECKSUM:-5e9b52d8e5680003928579f28408ebf58c6f9a956d46671e76c614dec0654b21}
EXPECTED_CHECKSUM=${DIRAC_INSTALL_EXPECTED_CHECKSUM:-8e580df350401c1a00c0d93aa720103177dfc4050bdc4ded5e817ff5c403c8ed}

TMP_FILE=$(mktemp "/tmp/dirac.XXXXXX")

Expand Down

0 comments on commit eb9c9ea

Please sign in to comment.