Skip to content

Commit

Permalink
Merge pull request #563 from ndt/patch-1
Browse files Browse the repository at this point in the history
FIX: checksum file name changed in release 1.7.11
  • Loading branch information
twpayne committed Jan 13, 2020
2 parents 185e2c9 + 31d9a40 commit ddde88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Expand Up @@ -400,7 +400,7 @@ log_info "found version: ${VERSION} for ${TAG}/${OS}/${ARCH}"
NAME=${PROJECT_NAME}_${VERSION}_${OS}_${ARCH}
TARBALL=${NAME}.${FORMAT}
TARBALL_URL=${GITHUB_DOWNLOAD}/${TAG}/${TARBALL}
CHECKSUM=checksums.txt
CHECKSUM=${PROJECT_NAME}_${VERSION}_checksums.txt
CHECKSUM_URL=${GITHUB_DOWNLOAD}/${TAG}/${CHECKSUM}


Expand Down

0 comments on commit ddde88b

Please sign in to comment.