From c5c7b8c95a490a54d0455f1bec5f0e595cc7ae07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20M=C3=BCnch?= Date: Sun, 7 Jan 2024 22:57:51 +0000 Subject: [PATCH] 9.13.0 --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 06e22eb475c9d..875390945672a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,7 +4,7 @@ pkgbase = cnspec pkgrel = 1 url = https://mondoo.com arch = x86_64 - license = MPL 2.0 + license = BUSL-1.1 depends = cnquery source = https://releases.mondoo.com/cnspec/9.13.0/cnspec_9.13.0_linux_amd64.tar.gz sha256sums = 504dca5fa4b616a55d1d753655b582f7db3ed0ef16c3c5eeac27c0ad6343e84a diff --git a/PKGBUILD b/PKGBUILD index 28e9e1fb49011..b239075eea00a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgver="${orignalVersion/-/_}" pkgrel=1 pkgdesc="Cloud-Native Security and Policy Framework " url="https://mondoo.com" -license=('MPL 2.0') +license=('BUSL-1.1') source=( "https://releases.mondoo.com/cnspec/${orignalVersion}/cnspec_${orignalVersion}_linux_amd64.tar.gz" )