]> repo.cephalix.eu Git - oss-pkg-tools.git/commitdiff
Remove deprecated AcroReader
authorbuildmaster <buildmaster@git.cephalix.eu>
Mon, 5 Nov 2018 16:21:18 +0000 (17:21 +0100)
committerbuildmaster <buildmaster@git.cephalix.eu>
Mon, 5 Nov 2018 16:21:18 +0000 (17:21 +0100)
Add UltraVNC
Fix creating the hash.

PACKAGES
create_hash.sh

index 480ac8d5656ceb55d215601a518790b54251ae1f..3fd49705cfb57b9ac81f2afd6a23762637b7243e 100644 (file)
--- 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
index 48dd9e818271aeca4aa8d7777b8f180c44e9ecc7..f832bb6f01877c2364c060c5db5615edba30247b 100755 (executable)
@@ -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