Protobuf: Upgrade to version 3.1

Signed-off-by: Per Sandström <per.j.sandstrom@gmail.com>
This commit is contained in:
Per Sandström
2017-02-11 13:13:48 +01:00
parent c42ecd05a1
commit adc1964575
3 changed files with 5 additions and 27 deletions
+5 -5
View File
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=protobuf
PKG_VERSION:=2.6.1
PKG_VERSION:=3.1.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE:=$(PKG_NAME)-cpp-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/google/protobuf/releases/download/v$(PKG_VERSION)
PKG_MD5SUM:=11aaac2d704eef8efd1867a807865d85
PKG_MD5SUM:=bd5e3eed635a8d32e2b99658633815ef
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE
@@ -30,9 +30,9 @@ define Package/protobuf
SECTION:=libs
CATEGORY:=Libraries
TITLE:=A structured data encoding library
URL:=http://code.google.com/p/protobuf/
URL:=https://github.com/google/protobuf
DEPENDS:=+zlib +libpthread +libstdcpp
MAINTAINER:=Jacob Siverskog <jacob@teenageengineering.com>
MAINTAINER:=Per Sandström <per.j.sandstrom@gmail.com>
endef
define Package/protobuf/description