fix termux_setup_protobuf with new checksum

This commit is contained in:
Ian Hu 2021-10-09 09:58:42 +08:00 committed by Henrik Grimler
parent c7627c027b
commit b74407193e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ termux_setup_protobuf() {
termux_download \
https://github.com/protocolbuffers/protobuf/releases/download/v$_PROTOBUF_VERSION/$_PROTOBUF_ZIP \
$TERMUX_PKG_TMPDIR/$_PROTOBUF_ZIP \
8b6b0c82f730212801d9cce4653abb1a1f4204555a92e8e2b5f625d61e66f1b4
220bd1704c73dbf4d0a91399a2ecf9d19938b5cd80c8a38839a023d8b87bb772
rm -Rf "$TERMUX_PKG_TMPDIR/protoc-$_PROTOBUF_VERSION-linux-x86_64"
unzip $TERMUX_PKG_TMPDIR/$_PROTOBUF_ZIP -d $TERMUX_PKG_TMPDIR/protobuf-$_PROTOBUF_VERSION