Package Details: icinga-php-library 0.14.1-1

Git Clone URL: https://aur.archlinux.org/icinga-php-library.git (read-only, click to copy)
Package Base: icinga-php-library
Description: Bundle for all Icinga PHP libraries
Upstream URL: https://github.com/Icinga/icinga-php-library
Licenses: MIT
Submitter: julianbrost
Maintainer: julianbrost
Last Packager: julianbrost
Votes: 2
Popularity: 0.115587
First Submitted: 2021-07-13 19:39 (UTC)
Last Updated: 2024-08-11 08:49 (UTC)

Latest Comments

Donien commented on 2024-08-06 16:13 (UTC)

This package is one (minor) version behind. Upstream: 0.14.1

Here is the git diff 06d903b072a193358d7427862ef9b428868cd99b if you want to simply bump it to 0.14.1

diff --git a/.SRCINFO b/.SRCINFO
index 98c2929..c9c3950 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
 pkgbase = icinga-php-library
    pkgdesc = Bundle for all Icinga PHP libraries
-   pkgver = 0.13.1
+   pkgver = 0.14.1
    pkgrel = 1
    url = https://github.com/Icinga/icinga-php-library
    arch = any
    license = MIT
-   source = icinga-php-library-0.13.1.tar.gz::https://github.com/Icinga/icinga-php-library/archive/refs/tags/v0.13.1.tar.gz
-   sha256sums = 4996fac0f6390ad4c4ec8051e26e12c7956a09c0b1193123c985b936e2a03831
+   source = icinga-php-library-0.14.1.tar.gz::https://github.com/Icinga/icinga-php-library/archive/refs/tags/v0.14.1.tar.gz
+   sha256sums = 4852ce142da450c1209b13459db329b8f2476d763729297f9be5dc76b03fa056

 pkgname = icinga-php-library
diff --git a/PKGBUILD b/PKGBUILD
index 404a366..c62336d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 # Maintainer: Julian Brost <julian@0x4a42.net>

 pkgname=icinga-php-library
-pkgver=0.13.1
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="Bundle for all Icinga PHP libraries"
 arch=(any)
 url="https://github.com/Icinga/icinga-php-library"
 license=('MIT')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Icinga/icinga-php-library/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('4996fac0f6390ad4c4ec8051e26e12c7956a09c0b1193123c985b936e2a03831')
+sha256sums=('4852ce142da450c1209b13459db329b8f2476d763729297f9be5dc76b03fa056')

 package() {
    cd "$pkgname-$pkgver"