update protoc-3.19.1-linux-x86_64.zip sha256

This commit is contained in:
Ian Hu 2021-10-29 15:07:38 +08:00 committed by Henrik Grimler
parent 16f4ad2bcb
commit 5a5c68fa27
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 \
2994b7256f7416b90ad831dbf76a27c0934386deb514587109f39141f2636f37
4b18a69b3093432ee0531bc9bf3c4114f81bde1670ade2875f694180ac8bd7f6
rm -Rf "$TERMUX_PKG_TMPDIR/protoc-$_PROTOBUF_VERSION-linux-x86_64"
unzip $TERMUX_PKG_TMPDIR/$_PROTOBUF_ZIP -d $TERMUX_PKG_TMPDIR/protobuf-$_PROTOBUF_VERSION