Skip to content

Commit

Permalink
download bsdtar_version=3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Aug 18, 2023
1 parent e98bae6 commit fb535dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tools/download_bsdtar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
is_windows_os=false && [[ $(uname) == Windows_NT* ]] && is_windows_os=true

echo "download bsdtar ..."
bsdtar_version=3.6.2
bsdtar_version=3.7.1
bsdtar_toolset_name="build-musl" && [[ "$is_windows_os" == true ]] && bsdtar_toolset_name="build-mingw"

bsdtar_download_url="https://github.com/hemnstill/StandaloneTools/releases/download/bsdtar-$bsdtar_version/$bsdtar_toolset_name.tar.gz"
Expand Down

0 comments on commit fb535dc

Please sign in to comment.