summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2fb364eadbc..5dec41b0fd1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icinga2
pkgdesc = An open source host, service and network monitoring program
- pkgver = 2.3.7
+ pkgver = 2.3.8
pkgrel = 1
url = http://www.icinga.org
install = icinga2.install
@@ -39,8 +39,8 @@ pkgbase = icinga2
backup = etc/icinga2/init.conf
backup = etc/icinga2/zones.conf
backup = etc/logrotate.d/icinga2
- source = https://github.com/Icinga/icinga2/archive/v2.3.7.tar.gz
- sha256sums = 067335129daf464d800f48d75bf2fde6ae63c99db6a5126d3d322b6562dfdf28
+ source = https://github.com/Icinga/icinga2/archive/v2.3.8.tar.gz
+ sha256sums = 43bf41a7afc03c1527c82139e74cce17c5b3609a8ec14bb0db1f8df193a14054
pkgname = icinga2
diff --git a/PKGBUILD b/PKGBUILD
index aad60efca22c..8c1748d2b723 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: bebehei <bebe@bebehei.de>
pkgname=icinga2
-pkgver=2.3.7
+pkgver=2.3.8
pkgrel=1
pkgdesc="An open source host, service and network monitoring program"
license=('GPL')
@@ -22,7 +22,7 @@ backup=(etc/default/icinga2
etc/logrotate.d/icinga2)
install='icinga2.install'
source=("https://github.com/Icinga/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('067335129daf464d800f48d75bf2fde6ae63c99db6a5126d3d322b6562dfdf28')
+sha256sums=('43bf41a7afc03c1527c82139e74cce17c5b3609a8ec14bb0db1f8df193a14054')
build() {
mkdir -p "$srcdir/$pkgname-$pkgver/build"