Skip to content

Commit

Permalink
Update sqlite binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
craighurley committed Jun 16, 2024
1 parent 31392d3 commit c257038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ download_dir=~/Downloads

curl -Lo $download_dir/awsls.tar.gz https://github.com/jckuester/awsls/releases/download/v0.11.0/awsls_0.11.0_darwin_arm64.tar.gz
curl -Lo $download_dir/awsrm.tar.gz https://github.com/jckuester/awsrm/releases/download/v0.4.0/awsrm_0.4.0_darwin_arm64.tar.gz
curl -Lo $download_dir/sqlite-tools-osx-x86.zip https://www.sqlite.org/2023/sqlite-tools-osx-x86-3420000.zip
curl -Lo $download_dir/sqlite-tools-osx-x86.zip https://sqlite.org/2024/sqlite-tools-osx-x64-3460000.zip

# Finished
echo "$(basename "$0") complete."

0 comments on commit c257038

Please sign in to comment.