From 9bd5a2541de273b98f2dbf9d1a253c2f1a366c93 Mon Sep 17 00:00:00 2001 From: Mochi Date: Wed, 25 Mar 2026 21:21:35 -0500 Subject: [PATCH] Add Ruby and Lua entries (#4240) * Add Opera, OperaGX, Ruby and Lua entries Update applications.json to include two new browser entries (Opera, OperaGX) and two development runtime entries (Ruby, Lua). * Remove Opera and OperaGX from applications.json Removed entries for Opera and OperaGX from applications list. --- config/applications.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/config/applications.json b/config/applications.json index 6a39917b..175a14be 100644 --- a/config/applications.json +++ b/config/applications.json @@ -263,7 +263,7 @@ "content": "Citrix Workspace app", "description": "a secure, unified client application that provides instant access to virtual desktops, SaaS, web, and Windows apps from any device (Windows, macOS, Linux, iOS, Android) or browser.", "link": "https://www.citrix.com/downloads/workspace-app/", - "winget": "Citrix.Workspace", + "winget": "Citrix.Workspace" }, "calibre": { "category": "Document", @@ -3480,5 +3480,23 @@ "content": "NASM", "link": "https://nasm.us", "foss": true + }, + "Ruby": { + "category": "Development", + "choco": "ruby", + "winget": "RubyInstallerTeam.RubyWithDevkit.3.4", + "description": "A Ruby language execution environment with a MSYS2 installation.", + "content": "Ruby", + "link": "https://rubyinstaller.org/", + "foss": true + }, + "Lua": { + "category": "Development", + "choco": "lua", + "winget": "rjpcomputing.luaforwindows", + "description": "A 'batteries included environment' for the Lua scripting language on Windows.", + "content": "Lua", + "link": "https://github.com/rjpcomputing/luaforwindows", + "foss": true } }