Browse Source

Merge pull request #249 from jsiverskog/protobuf-c_bump_version

protobuf-c: Bump version to 1.0.1.
lilik-openwrt-22.03
sbyx 10 years ago
parent
commit
b443dba927
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/protobuf-c/Makefile

+ 2
- 2
libs/protobuf-c/Makefile View File

@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libprotobuf-c
PKG_VERSION:=2014-06-30
PKG_VERSION:=v1.0.1
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=git://github.com/protobuf-c/protobuf-c.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=6136f54b221ab8883731349d01f34b01812e391d
PKG_SOURCE_VERSION:=$(PKG_VERSION)
PKG_INSTALL:=1


Loading…
Cancel
Save