diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-03 21:11:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-04 07:38:18 +0700 |
commit | dc2b8d4d6c692d6284be5638030d8d42c319e1aa (patch) | |
tree | 057442cf16fb55b2e901bafa83c2b12cb9ea10f0 /misc | |
parent | 8b20aed3a7238f6ae3cb80543f658ea6d7dfaaff (diff) |
misc/protobuf3: Updated for version 3.17.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/protobuf3/protobuf3.SlackBuild | 2 | ||||
-rw-r--r-- | misc/protobuf3/protobuf3.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/protobuf3/protobuf3.SlackBuild b/misc/protobuf3/protobuf3.SlackBuild index 4aeb3652f4b09..5f6925a433b05 100644 --- a/misc/protobuf3/protobuf3.SlackBuild +++ b/misc/protobuf3/protobuf3.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=protobuf3 -VERSION=${VERSION:-3.17.1} +VERSION=${VERSION:-3.17.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/misc/protobuf3/protobuf3.info b/misc/protobuf3/protobuf3.info index f0ac7913ad17d..371942d3a636e 100644 --- a/misc/protobuf3/protobuf3.info +++ b/misc/protobuf3/protobuf3.info @@ -1,8 +1,8 @@ PRGNAM="protobuf3" -VERSION="3.17.1" +VERSION="3.17.2" HOMEPAGE="https://github.com/google/protobuf" -DOWNLOAD="https://github.com/google/protobuf/archive/v3.17.1/protobuf-3.17.1.tar.gz" -MD5SUM="22f11c00409344cabb7f82f8a8c978e5" +DOWNLOAD="https://github.com/google/protobuf/archive/v3.17.2/protobuf-3.17.2.tar.gz" +MD5SUM="e1dbc7a74dc865cce412dcba7d45616c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |