Skip to content

Commit

Permalink
version bump to 2.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Jan 7, 2025
1 parent b82498c commit 4b193ca
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 27 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = icinga2
pkgdesc = An open source host, service and network monitoring program
pkgver = 2.14.2
pkgver = 2.14.3
pkgrel = 2
url = http://www.icinga.org
install = icinga2.install
Expand Down Expand Up @@ -49,12 +49,12 @@ pkgbase = icinga2
backup = etc/icinga2/scripts/mail-service-notification.sh
backup = etc/icinga2/zones.conf
backup = etc/logrotate.d/icinga2
source = icinga2-2.14.2-x86_64.tar.gz::https://github.com/Icinga/icinga2/archive/v2.14.2.tar.gz
source = icinga2-2.14.3-x86_64.tar.gz::https://github.com/Icinga/icinga2/archive/v2.14.3.tar.gz
source = icinga2.tmpfiles
source = icinga2.sysusers
source = openrc_icinga2
source = openrc_icinga2_conf
sha256sums = 759f192b30b46cffbdd96fd57953143b2c50a29fa2aa5ffbb99006e7af2bc462
sha256sums = 8cde20f8d8f66228fd66b4b4cef0deb0e60cf8d2a0ddc94c4cf54df5bec7db33
sha256sums = 1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c
sha256sums = 2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810
sha256sums = 77c52109de6c05e87d8d285b7f16a09855296d67dbdcfc0bf33a42ee000eb3e3
Expand Down
47 changes: 25 additions & 22 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,30 @@ permissions:

jobs:
pkgbuild:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:

- name: Checkout
uses: actions/checkout@v4

- name: Makepkg Build and Check
id: makepkg
uses: bodsch/[email protected]
with:
makepkgArgs: "--skippgpcheck --noconfirm"

- name: Print Package Files
run: |
echo "Successfully created the following package archive"
printf '%s\n' "${{ steps.makepkg.outputs.pkgfile0 }}"
# Uncomment to upload the package as an artifact
- name: Upload Package Archive
id: upload_package
uses: actions/upload-artifact@v4
with:
name: ${{ steps.makepkg.outputs.pkgfile0 }}
path: ${{ steps.makepkg.outputs.pkgfile0 }}
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ matrix.release_tag }}

- name: Makepkg Build and Check
id: makepkg
uses: bodsch/[email protected]
with:
makepkgArgs: "--skippgpcheck --noconfirm"

- name: Print Package Files
run: |
echo "Successfully created the following package archive"
echo "Package: "
echo " - ${{ steps.makepkg.outputs.pkgfile0 }}"
# Uncomment to upload the package as an artifact
- name: Upload Package Archive ${{ steps.makepkg.outputs.pkgfile0 }}
id: upload_package
uses: actions/upload-artifact@v4
with:
name: ${{ steps.makepkg.outputs.pkgfile0 }}
path: ${{ steps.makepkg.outputs.pkgfile0 }}
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Contributor: bebehei <[email protected]>

pkgname=icinga2
pkgver=2.14.2
pkgver=2.14.3
pkgrel=2

pkgdesc="An open source host, service and network monitoring program"
Expand Down Expand Up @@ -59,7 +59,7 @@ source=(
"openrc_${pkgname}_conf"
)

sha256sums=('759f192b30b46cffbdd96fd57953143b2c50a29fa2aa5ffbb99006e7af2bc462'
sha256sums=('8cde20f8d8f66228fd66b4b4cef0deb0e60cf8d2a0ddc94c4cf54df5bec7db33'
'1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c'
'2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810'
'77c52109de6c05e87d8d285b7f16a09855296d67dbdcfc0bf33a42ee000eb3e3'
Expand Down

0 comments on commit 4b193ca

Please sign in to comment.