summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2023-09-25 22:07:58 +0200
committerJulian Brost2023-09-25 22:07:58 +0200
commitbb345e1a807f5ab00ae6d1a26743526b86232ac9 (patch)
tree1c73eccd7d7028d8825408364f9c165983b86231
parent0d3b7a9bd900411baf9852e493904224bdbfe2f0 (diff)
downloadaur-bb345e1a807f5ab00ae6d1a26743526b86232ac9.tar.gz
new version 0.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0a5d15ae7bb..776f2483d0db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = icinga-php-thirdparty
pkgdesc = Bundle for all 3rd party PHP libraries used by Icinga Web products
- pkgver = 0.11.0
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/Icinga/icinga-php-thirdparty
arch = any
license = MIT
- source = icinga-php-thirdparty-0.11.0.tar.gz::https://github.com/Icinga/icinga-php-thirdparty/archive/refs/tags/v0.11.0.tar.gz
- sha256sums = 4998a8daa6a037abf4ad36f5bc935cc5bdba6e351674940fd6eca68c2735af19
+ source = icinga-php-thirdparty-0.12.0.tar.gz::https://github.com/Icinga/icinga-php-thirdparty/archive/refs/tags/v0.12.0.tar.gz
+ sha256sums = 7f51f52ea17fb520682e14611563a26e532e7c42d7c61d0fb17ebc80c7c52838
pkgname = icinga-php-thirdparty
diff --git a/PKGBUILD b/PKGBUILD
index df82239bcf0a..76d046a0b3a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Julian Brost <julian@0x4a42.net>
pkgname=icinga-php-thirdparty
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc="Bundle for all 3rd party PHP libraries used by Icinga Web products"
arch=(any)
url="https://github.com/Icinga/icinga-php-thirdparty"
license=('MIT')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Icinga/icinga-php-thirdparty/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('4998a8daa6a037abf4ad36f5bc935cc5bdba6e351674940fd6eca68c2735af19')
+sha256sums=('7f51f52ea17fb520682e14611563a26e532e7c42d7c61d0fb17ebc80c7c52838')
package() {
cd "$pkgname-$pkgver"