Browse Source

Merge pull request #294 from cjkoenig/update_liburcu

liburcu: Update to 0.8.4
sbyx 10 years ago
parent
commit
b99b1c9e92
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      libs/liburcu/Makefile

+ 2
- 2
libs/liburcu/Makefile View File

@@ -8,13 +8,13 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=liburcu
11
-PKG_VERSION:=0.7.12
11
+PKG_VERSION:=0.8.4
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=userspace-rcu-$(PKG_VERSION).tar.bz2
15 15
 PKG_SOURCE_SUBDIR:=userspace-rcu-$(PKG_VERSION)
16 16
 PKG_SOURCE_URL:=https://lttng.org/files/urcu/
17
-PKG_MD5SUM:=5957c9f5d2d4a483dcada7f313b539ca
17
+PKG_MD5SUM:=2ca6671b20a550aa0e8020a1a9a96fd4
18 18
 
19 19
 PKG_BUILD_DIR:=$(BUILD_DIR)/userspace-rcu-$(PKG_VERSION)
20 20
 PKG_BUILD_PARALLEL:=1