1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/netdata_ynh.git synced 2024-09-03 19:46:33 +02:00

Upgrade to upstream version 1.22.0

This commit is contained in:
Jimmy Monin 2020-05-11 19:10:10 +02:00
parent 0f10f113e4
commit e33aa68bd4
4 changed files with 5 additions and 6 deletions

View file

@ -13,7 +13,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste
(**physical** & **virtual** servers, **containers**, **IoT** devices), without
disrupting their core function._
**Shipped version:** 1.21.1
**Shipped version:** 1.22.0
**Customization brought by the package:**

View file

@ -1,3 +1,3 @@
SOURCE_URL=https://github.com/netdata/netdata/releases/download/v1.21.1/netdata-v1.21.1.tar.gz
SOURCE_SUM=dfd2929b3050859a28ddf00d98216ff1fc44f5155b8343b0bc450cc26de3fa32
SOURCE_URL=https://github.com/netdata/netdata/releases/download/v1.22.0/netdata-v1.22.0.tar.gz
SOURCE_SUM=270cf7de482d0106c600035dde1ab4e24bc213abb6e85049ade22b76e7b905bf
SOURCE_FORMAT=tar.gz

View file

@ -6,7 +6,7 @@
"en": "real-time performance and health monitoring",
"fr": "Monitoring serveur en temps reel"
},
"version": "1.21.1~ynh2",
"version": "1.22.0~ynh1",
"url": "http://my-netdata.io/",
"license": "GPL-3.0",
"maintainer": {

View file

@ -3,8 +3,7 @@
# Common variables
#
pkg_dependencies="zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl jq nodejs python-mysqldb libipmimonitoring-dev acl python-psycopg2 python-pymongo libuv1-dev"
pkg_dependencies="zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl jq nodejs python-mysqldb libipmimonitoring-dev acl python-psycopg2 python-pymongo libuv1-dev liblz4-dev libjudy-dev libssl-dev cmake libjson-c-dev"
# Configure NetData
configure_netdata() {