Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions bucket/mullvad-browser.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
"version": "15.0.3",
"description": "A privacy-focused web browser developed in a collaboration between Mullvad VPN and the Tor Project.",
"description": "A privacy-focused web browser developed in collaboration between Mullvad VPN and the Tor Project, produced to minimize tracking and fingerprinting.",
"homepage": "https://mullvad.net/en/browser",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://cdn.mullvad.net/browser/15.0.3/mullvad-browser-windows-x86_64-15.0.3.exe#/dl.7z",
"url": "https://github.com/mullvad/mullvad-browser/releases/download/15.0.3/mullvad-browser-windows-x86_64-15.0.3.exe#/dl.7z",
"hash": "1af2ed0581bd7a371a64624229f470de250ae4dc11aeb7eaa820d99fdb10a1a8"
}
},
Expand All @@ -22,18 +21,13 @@
"UpdateInfo"
],
"checkver": {
"url": "https://cdn.mullvad.net/browser/update_responses/update_1/release/downloads.json",
"jsonpath": "$.version"
"github": "https://github.com/mullvad/mullvad-browser"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cdn.mullvad.net/browser/$version/mullvad-browser-windows-x86_64-$version.exe#/dl.7z"
"url": "https://github.com/mullvad/mullvad-browser/releases/download/$version/mullvad-browser-windows-x86_64-$version.exe#/dl.7z"
}
},
"hash": {
"url": "$baseurl/sha256sums-signed-build.txt",
"regex": "$sha256\\s+$basename"
}
}
}
7 changes: 3 additions & 4 deletions bucket/xl-converter.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
"version": "1.2.3",
"description": "Easy-to-use image converter for modern formats. Supports multithreading, drag 'n drop, and downscaling.",
"homepage": "https://codepoems.eu/xl-converter/",
"license": "GPL-3.0",
"description": "Easy-to-use image converter for modern formats. Supports fast parallel encoding, lossless JPEG transcoding, JPEG XL, AVIF, JPEGLI, ExifTool, and more.",
"homepage": "https://codepoems.eu/xl-converter",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/JacobDev1/xl-converter/releases/download/v1.2.3/xl-converter-win-1.2.3-x86_64-portable.7z",
Expand Down
17 changes: 8 additions & 9 deletions bucket/xnconvert.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
"version": "1.106.0",
"description": "A fast, powerful and free batch image converter",
"description": "Batch photo resizer and image converter to crop, convert, compress, resize images.",
"homepage": "https://www.xnview.com/en/xnconvert/",
"license": "Freeware",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://download.xnview.com/old_versions/XnConvert/XnConvert-1.106.0-win-x64.zip",
"hash": "bbd69831d134004de375205db6e57c50fc34f518c3805cb797ec5af02d2e4201"
},
"32bit": {
"url": "https://download.xnview.com/XnConvert-win.zip",
"hash": "a6f23685f86eee1e835cc5b02b3656a82bb21dbf21f36ebb053d5584be56c6f2"
},
"64bit": {
"url": "https://download.xnview.com/old_versions/XnConvert/XnConvert-1.106.0-win-x64.zip",
"hash": "bbd69831d134004de375205db6e57c50fc34f518c3805cb797ec5af02d2e4201"
}
},
"extract_dir": "XnConvert",
Expand Down Expand Up @@ -43,11 +42,11 @@
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.xnview.com/old_versions/XnConvert/XnConvert-$version-win-x64.zip"
},
"32bit": {
"url": "https://download.xnview.com/XnConvert-win.zip"
},
"64bit": {
"url": "https://download.xnview.com/old_versions/XnConvert/XnConvert-$version-win-x64.zip"
}
}
}
Expand Down