Browse Source

liburcu: update to 0.8.7

Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill 9 years ago
parent
commit
56e85309d8
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      libs/liburcu/Makefile

+ 3
- 2
libs/liburcu/Makefile View File

1
 #
1
 #
2
+# Copyright (C) 2015 OpenWrt.org
2
 # Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
3
 # Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
3
 #
4
 #
4
 # This is free software, licensed under the GNU General Public License v2.
5
 # This is free software, licensed under the GNU General Public License v2.
8
 include $(TOPDIR)/rules.mk
9
 include $(TOPDIR)/rules.mk
9
 
10
 
10
 PKG_NAME:=liburcu
11
 PKG_NAME:=liburcu
11
-PKG_VERSION:=0.8.6
12
+PKG_VERSION:=0.8.7
12
 PKG_RELEASE:=1
13
 PKG_RELEASE:=1
13
 
14
 
14
 PKG_SOURCE:=userspace-rcu-$(PKG_VERSION).tar.bz2
15
 PKG_SOURCE:=userspace-rcu-$(PKG_VERSION).tar.bz2
15
 PKG_SOURCE_SUBDIR:=userspace-rcu-$(PKG_VERSION)
16
 PKG_SOURCE_SUBDIR:=userspace-rcu-$(PKG_VERSION)
16
 PKG_SOURCE_URL:=https://lttng.org/files/urcu/
17
 PKG_SOURCE_URL:=https://lttng.org/files/urcu/
17
-PKG_MD5SUM:=834d91d939dd55108a05763be9879856
18
+PKG_MD5SUM:=7a6ee17871d31226db3f618e28351d22
18
 
19
 
19
 PKG_BUILD_DIR:=$(BUILD_DIR)/userspace-rcu-$(PKG_VERSION)
20
 PKG_BUILD_DIR:=$(BUILD_DIR)/userspace-rcu-$(PKG_VERSION)
20
 PKG_BUILD_PARALLEL:=1
21
 PKG_BUILD_PARALLEL:=1