Date: Saturday, March 16, 2019 @ 10:55:37
  Author: jelle
Revision: 348454

upgpkg: prometheus-blackbox-exporter 0.14.0-1

Upstream update

Modified:
  prometheus-blackbox-exporter/trunk/PKGBUILD
Deleted:
  prometheus-blackbox-exporter/trunk/go.sum.patch

--------------+
 PKGBUILD     |   16 +++++-----------
 go.sum.patch |   12 ------------
 2 files changed, 5 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-16 10:11:23 UTC (rev 348453)
+++ PKGBUILD    2019-03-16 10:55:37 UTC (rev 348454)
@@ -1,8 +1,8 @@
 # Maintainer: Jelle van der Waa <je...@dwaa.nl>
 
 pkgname=prometheus-blackbox-exporter
-pkgver=0.13.0
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
 pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
 arch=('x86_64')
 url="https://github.com/prometheus/blackbox_exporter";
@@ -9,16 +9,10 @@
 license=('Apache')
 depends=(glibc)
 makedepends=(go-pie git)
-source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service go.sum.patch)
-sha512sums=('49290860e5e1713cc0e1edd93fd193d6e23aebe55a6f62778da89450f5ba79787d4ac3fd6ca3aae37f4941c16976db4570f2d4888534f2ce2c86e25e250b12f1'
-            
'1d874c5dac3c36cb9e74cf3aa7b91d92560156acfe314179608bc8534ee38bed1f7f01368a5e85fac4d954ff84039f7cc4548803a5a9167baca69163f1ba7514'
-            
'7768e79944b6d8294a4c1f541c11825385d38620ce7465bd7b719c28a1f2b63e5de86ff374d026e8a2fdde39cd1597455adba27915492ae99026d3a05997d2ef')
+source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service)
+sha512sums=('58f379cdeef671376105532450ffb3a6fef0ea071d493fbef40d761c6cbaec47bb49c9c2e5c070f3d0e598396d7ad9b2c5af100c9a69aee04877442c7bdaf120'
+            
'1d874c5dac3c36cb9e74cf3aa7b91d92560156acfe314179608bc8534ee38bed1f7f01368a5e85fac4d954ff84039f7cc4548803a5a9167baca69163f1ba7514')
 
-prepare() {
-  cd blackbox_exporter-$pkgver
-  patch -Np1 -i $srcdir/go.sum.patch
-}
-
 check() {
   cd blackbox_exporter-$pkgver
   go test ./...

Deleted: go.sum.patch
===================================================================
--- go.sum.patch        2019-03-16 10:11:23 UTC (rev 348453)
+++ go.sum.patch        2019-03-16 10:55:37 UTC (rev 348454)
@@ -1,12 +0,0 @@
-diff -aur blackbox_exporter-0.13.0/go.sum blackbox_exporter-0.13.0.new/go.sum
---- blackbox_exporter-0.13.0/go.sum    2018-12-04 15:05:47.000000000 +0000
-+++ blackbox_exporter-0.13.0.new/go.sum        2019-01-03 10:37:41.767251691 
+0000
-@@ -40,7 +40,7 @@
- github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612/go.mod 
h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
- github.com/prometheus/common v0.0.0-20180110214958-89604d197083 
h1:BVsJT8+ZbyuL3hypz/HmEiM8h2P6hBQGig4el9/MdjA=
- github.com/prometheus/common v0.0.0-20180110214958-89604d197083/go.mod 
h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro=
--github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8 
h1:uZfczEBIA1FZfOQo4/JWgGnMNd/4HVsM9A+B30wtlkA=
-+github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8 
h1:Kh7M6mzRpQ2de1rixoSQZr4BTINXFm8WDbeN5ttnwyE=
- github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8/go.mod 
h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
- github.com/sergi/go-diff v1.0.0 
h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=
- github.com/sergi/go-diff v1.0.0/go.mod 
h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=

Reply via email to