summaryrefslogtreecommitdiff
path: root/scripts/package-build/blackbox_exporter
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package-build/blackbox_exporter')
-rwxr-xr-xscripts/package-build/blackbox_exporter/build.sh2
-rw-r--r--scripts/package-build/blackbox_exporter/package.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/package-build/blackbox_exporter/build.sh b/scripts/package-build/blackbox_exporter/build.sh
index 39a08230..127c03be 100755
--- a/scripts/package-build/blackbox_exporter/build.sh
+++ b/scripts/package-build/blackbox_exporter/build.sh
@@ -32,7 +32,7 @@ EOF
echo "I: Create $SRC/debian/changelog"
cat <<EOF > debian/changelog
-blackbox-exporter (0.25.0) UNRELEASED; urgency=medium
+blackbox-exporter (0.26.0) UNRELEASED; urgency=medium
* Upstream package
diff --git a/scripts/package-build/blackbox_exporter/package.toml b/scripts/package-build/blackbox_exporter/package.toml
index 3cdc21b8..a59a3fdd 100644
--- a/scripts/package-build/blackbox_exporter/package.toml
+++ b/scripts/package-build/blackbox_exporter/package.toml
@@ -1,5 +1,5 @@
[[packages]]
name = "blackbox_exporter"
-commit_id = "v0.25.0"
+commit_id = "v0.26.0"
scm_url = "https://github.com/prometheus/blackbox_exporter"
build_cmd = "cd ..; y | ./build.sh"