From: buildmaster Date: Mon, 5 Nov 2018 16:21:18 +0000 (+0100) Subject: Remove deprecated AcroReader X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=a436756b48f858cb41d9623b2b2d0d10638d0399;p=oss-pkg-tools.git Remove deprecated AcroReader Add UltraVNC Fix creating the hash. --- 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