Skip to content

Commit

Permalink
fix: update download urls according to the new names (ory#2078)
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom authored Dec 22, 2021
1 parent b55a56a commit 2b1368f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,10 @@ adjust_arch

log_info "found version: ${VERSION} for ${TAG}/${OS}/${ARCH}"

NAME=${PROJECT_NAME}_${VERSION}-sqlite_${OS}_${ARCH}
NAME=${PROJECT_NAME}_${VERSION}-${OS}_${ARCH}
TARBALL=${NAME}.${FORMAT}
TARBALL_URL=${GITHUB_DOWNLOAD}/${TAG}/${TARBALL}
CHECKSUM=${PROJECT_NAME}_${VERSION}_checksums.txt
CHECKSUM=checksums.txt
CHECKSUM_URL=${GITHUB_DOWNLOAD}/${TAG}/${CHECKSUM}


Expand Down

0 comments on commit 2b1368f

Please sign in to comment.