Browse Source
build-package.sh: fix checksum in termux_setup_protobuf.sh
android-5
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
1 deletions
-
scripts/build/setup/termux_setup_protobuf.sh
|
|
@ -8,7 +8,7 @@ termux_setup_protobuf() { |
|
|
|
termux_download \ |
|
|
|
https://github.com/protocolbuffers/protobuf/releases/download/v$_PROTOBUF_VERSION/$_PROTOBUF_ZIP \ |
|
|
|
$TERMUX_PKG_TMPDIR/$_PROTOBUF_ZIP \ |
|
|
|
15e395b648a1a6dda8fd66868824a396e9d3e89bc2c8648e3b9ab9801bea5d55 |
|
|
|
77410d08e9a3c1ebb68afc13ee0c0fb4272c01c20bfd289adfb51b1c622bab07 |
|
|
|
|
|
|
|
rm -Rf "$TERMUX_PKG_TMPDIR/protoc-$_PROTOBUF_VERSION-linux-x86_64" |
|
|
|
unzip $TERMUX_PKG_TMPDIR/$_PROTOBUF_ZIP -d $TERMUX_PKG_TMPDIR/protobuf-$_PROTOBUF_VERSION |
|
|
|