From 355bd17b88fe7afd49d8e3163effddd0891f611d Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Tue, 7 Apr 2026 18:36:14 +0300 Subject: [PATCH] Added veravrypt and cryptomator and hugo to applications.json (#4305) * Added veravrypt to applications.json * Added hugo to applications.json * Update applications.json --- config/applications.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/config/applications.json b/config/applications.json index 8c2359ee..92a5cc04 100644 --- a/config/applications.json +++ b/config/applications.json @@ -257,6 +257,15 @@ "link": "https://www.advancedrenamer.com/", "winget": "HulubuluSoftware.AdvancedRenamer" }, + "cryptomator": { + "category": "Utilities", + "choco": "cryptomator", + "content": "Cryptomator", + "description": "Cryptomator for Windows, macOS, and Linux: Secure client-side encryption for your cloud storage, ensuring privacy and control over your data.", + "link": "https://github.com/cryptomator/cryptomator/", + "winget": "Cryptomator.Cryptomator", + "foss": true + }, "citrixworkspaceapp": { "category": "Utilities", "choco": "citrix-workspace", @@ -1038,6 +1047,15 @@ "link": "https://gerardog.github.io/gsudo/", "winget": "gerardog.gsudo" }, + "hugo": { + "category": "Utilities", + "choco": "hugo-extended", + "content": "Hugo", + "description": "The world’s fastest framework for building websites.", + "link": "https://github.com/gohugoio/hugo/", + "winget": "Hugo.Hugo.Extended", + "foss": true + }, "handbrake": { "category": "Multimedia Tools", "choco": "handbrake", @@ -2762,6 +2780,15 @@ "link": "https://unity.com/", "winget": "Unity.UnityHub" }, + "veravrypt": { + "category": "Utilities", + "choco": "veracrypt", + "content": "VeraCrypt", + "description": "Disk encryption with strong security based on TrueCrypt.", + "link": "https://github.com/veracrypt/VeraCrypt/", + "winget": "IDRIX.VeraCrypt", + "foss": true + }, "vagrant": { "category": "Development", "choco": "vagrant",