mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
quick-lint-js: Add version 2.4.1 (#3436)
diff --git bucket/quick-lint-js.json bucket/quick-lint-js.json
new file mode 100644
index 000000000..622aef57a
--- /dev/null
+++ bucket/quick-lint-js.json
@@ -0,0 +1,34 @@
+{
+ "version": "2.4.0",
+ "description": "Find bugs in JavaScript programs.",
+ "homepage": "https://quick-lint-js.com/",
+ "license": "GPL-3.0-or-later,MIT,BSL-1.0,Apache-2.0,ZPL-2.1,Public Domain,Unknown,ISC,BSD-2-Clause,MIT-CMU,LGPL-2.1-or-later,GPL-2.0-or-later,BSD-3-Clause",
+ "architecture": {
+ "64bit": {
+ "url": "https://c.quick-lint-js.com/releases/2.4.0/manual/windows.zip",
+ "hash": "sha256:4b7895e605b78f3d691e1ec5193c297aa71fbe8214b870e669c1263ad2030698"
+ },
+ "32bit": {
+ "url": "https://c.quick-lint-js.com/releases/2.4.0/manual/windows-x86.zip",
+ "hash": "sha256:bd43ec9fde0497b57fb7fa7d6b2ae98cb6b521689ef2372c29c8f75e21cb0c9c"
+ }
+ },
+ "bin": "bin/quick-lint-js.exe",
+ "checkver": {
+ "url": "https://c.quick-lint-js.com/releases/latest/scoop/quick-lint-js.json",
+ "jsonpath": "$.version"
+ },
+ "autoupdate": {
+ "architecture": {
+ "64bit": {
+ "url": "https://c.quick-lint-js.com/releases/$version/manual/windows.zip"
+ },
+ "32bit": {
+ "url": "https://c.quick-lint-js.com/releases/$version/manual/windows-x86.zip"
+ }
+ },
+ "hash": {
+ "url": "$baseurl/../SHA256SUMS"
+ }
+ }
+}
diff --git bucket/quick-lint-js.json bucket/quick-lint-js.json
new file mode 100644
index 000000000..986e6a1c0
--- /dev/null
+++ bucket/quick-lint-js.json
@@ -0,0 +1,34 @@
+{
+ "version": "2.4.1",
+ "description": "Find bugs in JavaScript programs.",
+ "homepage": "https://quick-lint-js.com/",
+ "license": "GPL-3.0-or-later,MIT,BSL-1.0,Apache-2.0,ZPL-2.1,Public Domain,Unknown,ISC,BSD-2-Clause,MIT-CMU,LGPL-2.1-or-later,GPL-2.0-or-later,BSD-3-Clause",
+ "architecture": {
+ "64bit": {
+ "url": "https://c.quick-lint-js.com/releases/2.4.1/manual/windows.zip",
+ "hash": "sha256:7a4d170add6e2e9796c5bd519fd998e8316bd90df1c54704197057fc3e5d68f7"
+ },
+ "32bit": {
+ "url": "https://c.quick-lint-js.com/releases/2.4.1/manual/windows-x86.zip",
+ "hash": "sha256:96a0bb91cbbcf5133eb870583cfc932d2fbfacf752a692f625039753b568acf3"
+ }
+ },
+ "bin": "bin\\quick-lint-js.exe",
+ "checkver": {
+ "url": "https://c.quick-lint-js.com/releases/latest/scoop/quick-lint-js.json",
+ "jsonpath": "$.version"
+ },
+ "autoupdate": {
+ "architecture": {
+ "64bit": {
+ "url": "https://c.quick-lint-js.com/releases/$version/manual/windows.zip"
+ },
+ "32bit": {
+ "url": "https://c.quick-lint-js.com/releases/$version/manual/windows-x86.zip"
+ }
+ },
+ "hash": {
+ "url": "$baseurl/../SHA256SUMS"
+ }
+ }
+}
This commit is contained in:
parent
e52e67c9a0
commit
5a52888b32
34
bucket/quick-lint-js.json
Normal file
34
bucket/quick-lint-js.json
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"version": "2.4.1",
|
||||||
|
"description": "Find bugs in JavaScript programs.",
|
||||||
|
"homepage": "https://quick-lint-js.com/",
|
||||||
|
"license": "GPL-3.0-or-later,MIT,BSL-1.0,Apache-2.0,ZPL-2.1,Public Domain,Unknown,ISC,BSD-2-Clause,MIT-CMU,LGPL-2.1-or-later,GPL-2.0-or-later,BSD-3-Clause",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://c.quick-lint-js.com/releases/2.4.1/manual/windows.zip",
|
||||||
|
"hash": "sha256:7a4d170add6e2e9796c5bd519fd998e8316bd90df1c54704197057fc3e5d68f7"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://c.quick-lint-js.com/releases/2.4.1/manual/windows-x86.zip",
|
||||||
|
"hash": "sha256:96a0bb91cbbcf5133eb870583cfc932d2fbfacf752a692f625039753b568acf3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "bin\\quick-lint-js.exe",
|
||||||
|
"checkver": {
|
||||||
|
"url": "https://c.quick-lint-js.com/releases/latest/scoop/quick-lint-js.json",
|
||||||
|
"jsonpath": "$.version"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://c.quick-lint-js.com/releases/$version/manual/windows.zip"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://c.quick-lint-js.com/releases/$version/manual/windows-x86.zip"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "$baseurl/../SHA256SUMS"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user