From 7ce7bedc22d5eff25452eb6e398884f6b3e5f34c Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 18 Apr 2017 21:37:08 +0200 Subject: [PATCH] protobuf: bump version. --- .../protobuf/{protobuf-3.2.0.recipe => protobuf-3.2.1.recipe} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-libs/protobuf/{protobuf-3.2.0.recipe => protobuf-3.2.1.recipe} (92%) diff --git a/dev-libs/protobuf/protobuf-3.2.0.recipe b/dev-libs/protobuf/protobuf-3.2.1.recipe similarity index 92% rename from dev-libs/protobuf/protobuf-3.2.0.recipe rename to dev-libs/protobuf/protobuf-3.2.1.recipe index d43b3a27b..67dc71f88 100644 --- a/dev-libs/protobuf/protobuf-3.2.0.recipe +++ b/dev-libs/protobuf/protobuf-3.2.1.recipe @@ -9,8 +9,8 @@ HOMEPAGE="https://github.com/google/protobuf" COPYRIGHT="2008-2017 Google" LICENSE="Apache v2" REVISION="1" -SOURCE_URI="$HOMEPAGE/releases/download/v$portVersion/protobuf-cpp-$portVersion.tar.gz" -CHECKSUM_SHA256="51d773e4297238b282eaa4c1dd317099675b12eef2b414732b851c00459225c6" +SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz" +CHECKSUM_SHA256="2eceab4cd58a73aadb7c84642838ee58c886e1f908acd45847a92b874d23c8ef" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86"