From c1bb6e641f702d564035deac00200443c1eb8a08 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Mon, 19 May 2025 22:55:52 -0700 Subject: [PATCH] Added Scoop to package manager --- source/data/applications.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/data/applications.json b/source/data/applications.json index cd882ef..49d06f5 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -8934,6 +8934,25 @@ "language": "", "license": "", "homepage_url": "" + }, + { + "name": "Scoop", + "description": "", + "repo_url": "https://github.com/ScoopInstaller/Scoop", + "tags": [ + "cli", + "manual" + ], + "platforms": [ + "windows" + ], + "category": "package-manager", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } \ No newline at end of file