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 8388705d80b3..211c0eeda57e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icingaweb2
pkgdesc = Icinga Web 2 Interface
- pkgver = 2.6.0
+ pkgver = 2.6.1
pkgrel = 1
url = http://www.icinga.org
install = icingaweb2.install
@@ -10,8 +10,8 @@ pkgbase = icingaweb2
optdepends = php-gd: export data to PDF
optdepends = php-intl: support for internationalization
optdepends = php-pgsql: for PostgreSQL backend
- source = https://github.com/Icinga/icingaweb2/archive/v2.6.0.tar.gz
- sha256sums = 4aedd894e98fe2c58450813c07fe3cff003dd62a9845cc1a97e4a9bc3e8a0fd4
+ source = https://github.com/Icinga/icingaweb2/archive/v2.6.1.tar.gz
+ sha256sums = eba975e1e145347b34ac44843c847885f8588fe1acb8c8903fc3078d7ac0d51e
pkgname = icingaweb2
diff --git a/PKGBUILD b/PKGBUILD
index cee5b336d78e..10a51cdd3122 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Malte Rabenseifner <mail@malte-rabenseifner.de>
pkgname=icingaweb2
-pkgver=2.6.0
+pkgver=2.6.1
pkgrel=1
pkgdesc="Icinga Web 2 Interface"
license=('GPL')
@@ -14,7 +14,7 @@ optdepends=('php-gd: export data to PDF'
url="http://www.icinga.org"
source=("https://github.com/Icinga/${pkgname}/archive/v${pkgver}.tar.gz")
install='icingaweb2.install'
-sha256sums=('4aedd894e98fe2c58450813c07fe3cff003dd62a9845cc1a97e4a9bc3e8a0fd4')
+sha256sums=('eba975e1e145347b34ac44843c847885f8588fe1acb8c8903fc3078d7ac0d51e')
package() {
cd "$srcdir/$pkgname-$pkgver"