diff options
author | jabirkkclt <jabir.kanhira.kadavathu@intel.com> | 2019-11-08 03:59:31 -0800 |
---|---|---|
committer | jabirkkclt <jabir.kanhira.kadavathu@intel.com> | 2019-11-08 04:00:36 -0800 |
commit | 1ee1bfce772b769508bca634b1ccfb914a8d0009 (patch) | |
tree | 80f25ae7a35ca348441a80b71918295f861c2171 /src/package-list.mk | |
parent | cc79a0746a6dc477749e3276662e35df3e82aab9 (diff) |
Moving the collectd version from 5.8 to 5.10
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: I1579a2bd0ef2280134fc13183ebafeb444b752f9
Diffstat (limited to 'src/package-list.mk')
-rw-r--r-- | src/package-list.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/package-list.mk b/src/package-list.mk index 47b90bde..d5fedf73 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -27,7 +27,7 @@ COLLECTD_URL ?= https://github.com/collectd/collectd # set pull requests with experimental features ifeq ($(COLLECTD_FLAVOR), stable) # using latest stable release - COLLECTD_TAG ?= collectd-5.8 + COLLECTD_TAG ?= collectd-5.10 SAMPLE_CONF_VARIANT_NAME = collectd_sample_configs else # 'master' and 'experimental' collectd flavors are both using |