libprotobuf: disable automatic updates

Cause protobuf setup scripts to be out of date.
This commit is contained in:
Leonid Pliushch 2022-01-17 11:04:50 +02:00
parent ed70f04fda
commit 1014918743
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2:3.19.3
TERMUX_PKG_SRCURL=https://github.com/protocolbuffers/protobuf/archive/v${TERMUX_PKG_VERSION:2}.tar.gz
TERMUX_PKG_SHA256=390191a0d7884b3e52bb812c440ad1497b9d484241f37bb8e2ccc8c2b72d6c36
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_DEPENDS="libc++, zlib"
TERMUX_PKG_BREAKS="libprotobuf-dev"
TERMUX_PKG_REPLACES="libprotobuf-dev"