diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-05-13 01:16:00 +0200 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-05-13 01:20:19 +0200 |
commit | bb61d1da8d17caff15327d1703967b3e01dca870 (patch) | |
tree | d0f770d9cd8f3afa2e3ad4461010422bf9b800a2 /libs/lttng-ust/Makefile | |
parent | c7dbdcef173622ec5da51136b109f4706ca0bafa (diff) |
lttng-ust: update to 2.6.1
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'libs/lttng-ust/Makefile')
-rw-r--r-- | libs/lttng-ust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/lttng-ust/Makefile b/libs/lttng-ust/Makefile index dc9c8920e..872c5be14 100644 --- a/libs/lttng-ust/Makefile +++ b/libs/lttng-ust/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lttng-ust -PKG_VERSION:=2.6.0 +PKG_VERSION:=2.6.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://lttng.org/files/$(PKG_NAME)/ -PKG_MD5SUM:=74ad4826eac76c9dbf50fd3e46523191 +PKG_MD5SUM:=5c7de27a9968e01ac0b08c7c9cf554d0 PKG_LICENSE:=LGPL-2.1 GPL-2.0 PKG_LICENSE_FILES:=COPYING |