Skip to content

Commit

Permalink
One more attempt to republish old blast versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DenKoren committed Oct 18, 2024
1 parent d024a30 commit 10ec10d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"build": "true",

"pkg:build": "rm -rf dld && ./scripts/build.sh 2.16.0",
"pkg:publish": "./scripts/publish.sh 2.16.0",
"pkg:build": "rm -rf dld && ./scripts/build.sh 2.15.0 && ./scripts/build.sh 2.14.1",
"pkg:publish": "./scripts/publish.sh 2.15.0 && ./scripts/publish.sh 2.14.1",

"prepublishOnly": "npm run pkg:build && npm run pkg:publish"
},
Expand Down
8 changes: 4 additions & 4 deletions scripts/2.x/pkg-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ function download() {
if [ "${os}" == "windows" ]; then
_os="win64"
fi
# if [ "${os}" == "macosx" ]; then
# # for older versions of blast, download x64 instead of aarch64 (no aarch64 was built before 2.16.0)
# _arch="x64"
# fi
if [ "${os}" == "macosx" ]; then
# for older versions of blast, download x64 instead of aarch64 (no aarch64 was built before 2.16.0)
_arch="x64"
fi

local _url="${base_url}/${version}/ncbi-blast-${version}+-${_arch}-${_os}.${_ext}"

Expand Down

0 comments on commit 10ec10d

Please sign in to comment.