aboutsummaryrefslogtreecommitdiff
path: root/libs/avro
diff options
context:
space:
mode:
authorJohn Clark <inindev@gmail.com>2017-05-22 04:12:19 -0400
committerJohn Clark <inindev@gmail.com>2017-05-22 04:12:19 -0400
commit0679ab9193f51f9d0220cfcf3169f1cfe9aea7c7 (patch)
treec3ada5308684fce6ccc19297df1dfa50f90b6966 /libs/avro
parentce563ea70648d55c270110cd693b1737c31a00af (diff)
avro: Apache Avro C Library 1.8.2
Signed-off-by: John Clark <inindev@gmail.com> Tested-by: John Clark <inindev@gmail.com>
Diffstat (limited to 'libs/avro')
-rw-r--r--libs/avro/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/avro/Makefile b/libs/avro/Makefile
index 2a3ed5ed9..aab380181 100644
--- a/libs/avro/Makefile
+++ b/libs/avro/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=avro-c
-PKG_VERSION:=1.8.1
+PKG_VERSION:=1.8.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@APACHE/avro/avro-$(PKG_VERSION)/c
-PKG_MD5SUM:=b268348536714541e10411823a1b59b0
+PKG_MD5SUM:=c2720c131307b84de71c8f147e73ecf6
PKG_MAINTAINER:=John Clark <inindev@gmail.com>