From a436756b48f858cb41d9623b2b2d0d10638d0399 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 5 Nov 2018 17:21:18 +0100 Subject: [PATCH] Remove deprecated AcroReader Add UltraVNC Fix creating the hash. --- PACKAGES | 2 +- create_hash.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PACKAGES b/PACKAGES index 480ac8d..3fd4970 100644 --- a/PACKAGES +++ b/PACKAGES @@ -3,7 +3,6 @@ AcroReaderDC ActivInspireSuite AdobeAIR AdobeFlashPlayerNPAPI -AdobeReader Amaya Audacity Blender @@ -29,5 +28,6 @@ OCS-Inventory-Agent OssLogon PaintDotNet SymantecEndpointProtection +UltraVNC VLC Win10ActKMS diff --git a/create_hash.sh b/create_hash.sh index 48dd9e8..f832bb6 100755 --- a/create_hash.sh +++ b/create_hash.sh @@ -1,7 +1,7 @@ PACKAGE=$1 VERSION=$( cat VERSION ) -HASH='{"name":"'${PACKAGE}'","manually":false,"description":"'${PACKAGE}'","softwareVersions":[{"version":"'${VERSION}'"}],"softwareFullNames":[' +HASH='{"name":"'${PACKAGE}'","manually":false,"description":"'${PACKAGE}'","softwareVersions":[{"version":"'${VERSION}'","status":"C"}],"softwareFullNames":[' IFS=$'\n' for name in $( cat FULLNAMES ) do -- 2.43.0