summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrepo2020-11-28 13:09:32 +0000
committerrepo2020-11-28 13:09:32 +0000
commita08e16666693b30e96bf7ee413bc8bf1fe586865 (patch)
tree72a2ff19b2e9a5f6e844edcf30e093a7bec916dc
parent5121b82f2766cb6c28798a1fd0deb5c5d140b940 (diff)
downloadaur-a08e16666693b30e96bf7ee413bc8bf1fe586865.tar.gz
Update from repo
See changes at https://gitlab.com/hexchain/repo/commit/4649edca0c7a89e59f10283c2e0009673a08e47f
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7049c105ba0a..e9bebd2f6318 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = netdata-go-plugins
pkgdesc = netdata go.d plugin
- pkgver = 0.25.0
+ pkgver = 0.26.0
pkgrel = 1
url = https://github.com/netdata/go.d.plugin
arch = x86_64
license = GPL3
makedepends = go
depends = glibc
- source = netdata-go-plugins-0.25.0.tar.gz::https://github.com/netdata/go.d.plugin/archive/v0.25.0.tar.gz
- source = netdata-go-plugins-0.25.0-config.tar.gz::https://github.com/netdata/go.d.plugin/releases/download/v0.25.0/config.tar.gz
- sha256sums = 7c7ce3503e13fd2f528d508f2239ec343d9103f3b8ffa660d02fc793f332c15b
- sha256sums = 23262d53fab699e4feb04f48d71ee78fd18923359f2a1d4507074c08c5935ea6
+ source = netdata-go-plugins-0.26.0.tar.gz::https://github.com/netdata/go.d.plugin/archive/v0.26.0.tar.gz
+ source = netdata-go-plugins-0.26.0-config.tar.gz::https://github.com/netdata/go.d.plugin/releases/download/v0.26.0/config.tar.gz
+ sha256sums = 34fd29c7833a61c766bfc3df8d71cf133ceb3264f342ab0e333a6ce8fb323c40
+ sha256sums = 4f07a6718997ece4da17b71cbf641f19419d5a185c88d5ddb8c3d58fddeb86b5
pkgname = netdata-go-plugins
diff --git a/PKGBUILD b/PKGBUILD
index f95d311bfc45..1efc03236c78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hexchain <i at hexchain dot org>
pkgname=netdata-go-plugins
-pkgver=0.25.0
+pkgver=0.26.0
pkgrel=1
pkgdesc="netdata go.d plugin"
url="https://github.com/netdata/go.d.plugin"
@@ -39,6 +39,6 @@ package() {
install -Dm755 "$srcdir/go.d.plugin-$pkgver/go.d.plugin" -t "$pkgdir/usr/lib/netdata/plugins.d/"
}
-sha256sums=('7c7ce3503e13fd2f528d508f2239ec343d9103f3b8ffa660d02fc793f332c15b'
- '23262d53fab699e4feb04f48d71ee78fd18923359f2a1d4507074c08c5935ea6')
+sha256sums=('34fd29c7833a61c766bfc3df8d71cf133ceb3264f342ab0e333a6ce8fb323c40'
+ '4f07a6718997ece4da17b71cbf641f19419d5a185c88d5ddb8c3d58fddeb86b5')