diff options
Diffstat (limited to 'libs/protobuf/Makefile')
-rw-r--r-- | libs/protobuf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/protobuf/Makefile b/libs/protobuf/Makefile index abc94b145..cc314bbea 100644 --- a/libs/protobuf/Makefile +++ b/libs/protobuf/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=protobuf PKG_VERSION:=3.14.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-cpp-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/google/protobuf/releases/download/v$(PKG_VERSION) |