This commit is contained in:
Patrick Münch 2024-02-05 10:42:30 +00:00
parent ba550b53d2
commit 277bae4153
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = mondoo
pkgdesc = Mondoo Client CLI for the Mondoo Policy as Code Platform
pkgver = 10.1.3
pkgver = 10.1.4
pkgrel = 1
url = https://mondoo.com
arch = x86_64
@ -12,7 +12,7 @@ pkgbase = mondoo
source = mondoo.sh
sha256sums = f1a7d679603a68a01583d98252ca0079986962d3ceca9a47ce01e0640a42500f
sha256sums = cd99e204a986af5a91f46c43478b28f556a4f50fd9721844d0b600d45ac43cb8
sha256sums = 2febf46353886823e6a61ca15c73e651d71d45579b0a1a17e18905a61387e7e6
sha256sums = b770c0e4c38aec2b9abd67e452cd0e76833fd83d9dd3690fcbad613d08a02f9c
sha256sums = 63b502366204dd5fa011866ea85e7236a82b0504e193a2b3f2235520a47790d0
pkgname = mondoo

View file

@ -3,7 +3,7 @@
# Maintainer: Patrick Münch <patrick@mondoo.com>
#
pkgname=mondoo
orignalVersion="10.1.3"
orignalVersion="10.1.4"
pkgver="${orignalVersion/-/_}"
pkgrel=1
pkgdesc="Mondoo Client CLI for the Mondoo Policy as Code Platform"
@ -21,7 +21,7 @@ depends=('cnspec')
sha256sums=(
'f1a7d679603a68a01583d98252ca0079986962d3ceca9a47ce01e0640a42500f'
'cd99e204a986af5a91f46c43478b28f556a4f50fd9721844d0b600d45ac43cb8'
'2febf46353886823e6a61ca15c73e651d71d45579b0a1a17e18905a61387e7e6'
'b770c0e4c38aec2b9abd67e452cd0e76833fd83d9dd3690fcbad613d08a02f9c'
'63b502366204dd5fa011866ea85e7236a82b0504e193a2b3f2235520a47790d0'
)

View file

@ -5,7 +5,7 @@ After=network-online.target
[Service]
Type=simple
WorkingDirectory=/opt/mondoo/bin/
ExecStart=/opt/mondoo/bin/mondoo --config /etc/opt/mondoo/mondoo.yml serve
ExecStart=/usr/bin/cnspec --config /etc/opt/mondoo/mondoo.yml serve
KillMode=process
Restart=on-failure
RestartSec=90