mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/netdata to 1.33.0-1
This commit is contained in:
parent
4230e9280b
commit
8ec39c374d
1 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@
|
|||
# - disable LTO
|
||||
|
||||
pkgname=netdata
|
||||
pkgver=1.32.1
|
||||
pkgrel=2
|
||||
pkgver=1.33.0
|
||||
pkgrel=1
|
||||
pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web"
|
||||
url="https://github.com/netdata/netdata"
|
||||
arch=('x86_64')
|
||||
|
@ -28,9 +28,9 @@ optdepends=('nodejs: for monitoring named and SNMP devices'
|
|||
'cups: for CUPS plugin'
|
||||
'iw: for monitoring Linux as access point')
|
||||
install=$pkgname.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/releases/download/${pkgver}/netdata-v${pkgver}.tar.gz"
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/releases/download/v$pkgver/netdata-v$pkgver.tar.gz"
|
||||
"$pkgname.sysusers")
|
||||
sha512sums=('869829eadcec4dd9c05cc6b6279830691b6cf9345cdcc0834e90d71f3bbee508c658d16bd379c51ce470c4e735e7c8d607dc045f45a60da2aa3dac36f37b5757'
|
||||
sha512sums=('31b7ce97a3e756fddc358501d98b5ccf056dbe8d22585628873753f30041533d8926b8549a6f1c795c20b33952ec24df2a3ccdce85d6b1da984964bf08a5a66d'
|
||||
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue