Skip to content

Commit 6f95d94

Browse files
(chore): Remove $schema fields (#16890)
* Update metadata.
1 parent 828d38a commit 6f95d94

File tree

3 files changed

+15
-23
lines changed

3 files changed

+15
-23
lines changed

bucket/mullvad-browser.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
32
"version": "15.0.3",
4-
"description": "A privacy-focused web browser developed in a collaboration between Mullvad VPN and the Tor Project.",
3+
"description": "A privacy-focused web browser developed in collaboration between Mullvad VPN and the Tor Project, produced to minimize tracking and fingerprinting.",
54
"homepage": "https://mullvad.net/en/browser",
65
"license": "MPL-2.0",
76
"architecture": {
87
"64bit": {
9-
"url": "https://cdn.mullvad.net/browser/15.0.3/mullvad-browser-windows-x86_64-15.0.3.exe#/dl.7z",
8+
"url": "https://github.com/mullvad/mullvad-browser/releases/download/15.0.3/mullvad-browser-windows-x86_64-15.0.3.exe#/dl.7z",
109
"hash": "1af2ed0581bd7a371a64624229f470de250ae4dc11aeb7eaa820d99fdb10a1a8"
1110
}
1211
},
@@ -22,18 +21,13 @@
2221
"UpdateInfo"
2322
],
2423
"checkver": {
25-
"url": "https://cdn.mullvad.net/browser/update_responses/update_1/release/downloads.json",
26-
"jsonpath": "$.version"
24+
"github": "https://github.com/mullvad/mullvad-browser"
2725
},
2826
"autoupdate": {
2927
"architecture": {
3028
"64bit": {
31-
"url": "https://cdn.mullvad.net/browser/$version/mullvad-browser-windows-x86_64-$version.exe#/dl.7z"
29+
"url": "https://github.com/mullvad/mullvad-browser/releases/download/$version/mullvad-browser-windows-x86_64-$version.exe#/dl.7z"
3230
}
33-
},
34-
"hash": {
35-
"url": "$baseurl/sha256sums-signed-build.txt",
36-
"regex": "$sha256\\s+$basename"
3731
}
3832
}
3933
}

bucket/xl-converter.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
32
"version": "1.2.3",
4-
"description": "Easy-to-use image converter for modern formats. Supports multithreading, drag 'n drop, and downscaling.",
5-
"homepage": "https://codepoems.eu/xl-converter/",
6-
"license": "GPL-3.0",
3+
"description": "Easy-to-use image converter for modern formats. Supports fast parallel encoding, lossless JPEG transcoding, JPEG XL, AVIF, JPEGLI, ExifTool, and more.",
4+
"homepage": "https://codepoems.eu/xl-converter",
5+
"license": "GPL-3.0-only",
76
"architecture": {
87
"64bit": {
98
"url": "https://github.com/JacobDev1/xl-converter/releases/download/v1.2.3/xl-converter-win-1.2.3-x86_64-portable.7z",

bucket/xnconvert.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
32
"version": "1.106.0",
4-
"description": "A fast, powerful and free batch image converter",
3+
"description": "Batch photo resizer and image converter to crop, convert, compress, resize images.",
54
"homepage": "https://www.xnview.com/en/xnconvert/",
65
"license": "Freeware",
76
"suggest": {
87
"vcredist": "extras/vcredist2022"
98
},
109
"architecture": {
11-
"64bit": {
12-
"url": "https://download.xnview.com/old_versions/XnConvert/XnConvert-1.106.0-win-x64.zip",
13-
"hash": "bbd69831d134004de375205db6e57c50fc34f518c3805cb797ec5af02d2e4201"
14-
},
1510
"32bit": {
1611
"url": "https://download.xnview.com/XnConvert-win.zip",
1712
"hash": "a6f23685f86eee1e835cc5b02b3656a82bb21dbf21f36ebb053d5584be56c6f2"
13+
},
14+
"64bit": {
15+
"url": "https://download.xnview.com/old_versions/XnConvert/XnConvert-1.106.0-win-x64.zip",
16+
"hash": "bbd69831d134004de375205db6e57c50fc34f518c3805cb797ec5af02d2e4201"
1817
}
1918
},
2019
"extract_dir": "XnConvert",
@@ -43,11 +42,11 @@
4342
},
4443
"autoupdate": {
4544
"architecture": {
46-
"64bit": {
47-
"url": "https://download.xnview.com/old_versions/XnConvert/XnConvert-$version-win-x64.zip"
48-
},
4945
"32bit": {
5046
"url": "https://download.xnview.com/XnConvert-win.zip"
47+
},
48+
"64bit": {
49+
"url": "https://download.xnview.com/old_versions/XnConvert/XnConvert-$version-win-x64.zip"
5150
}
5251
}
5352
}

0 commit comments

Comments
 (0)