|
@@ -1,46 +0,0 @@
|
|
|
-{
|
|
|
|
|
- "version": "88.0.1",
|
|
|
|
|
- "description": "Popular open source web browser.",
|
|
|
|
|
- "homepage": "https://www.mozilla.org/firefox/",
|
|
|
|
|
- "license": "MPL-2.0",
|
|
|
|
|
- "architecture": {
|
|
|
|
|
- "64bit": {
|
|
|
|
|
- "url": "https://archive.mozilla.org/pub/firefox/releases/88.0.1/win64/cs/Firefox%20Setup%2088.0.1.exe#/dl.7z",
|
|
|
|
|
- "hash": "sha512:49820d2d4cc40cbf216cc59a00dc389b20aaa5e5568cf36b68dbae849f774f5eaa49891428e7d8bd63298ce3d2b48040d1c5b91ebf7f0e86680e429a6187fb64"
|
|
|
|
|
- },
|
|
|
|
|
- "32bit": {
|
|
|
|
|
- "url": "https://archive.mozilla.org/pub/firefox/releases/88.0.1/win32/cs/Firefox%20Setup%2088.0.1.exe#/dl.7z",
|
|
|
|
|
- "hash": "sha512:e3f28b804b834786e41e38ff7d66308030cd98dff72a725b20901f6be39792fd34f524492737cccdaadc801d2c4800e60303314293f5bd364036b4026b296d81"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "extract_dir": "core",
|
|
|
|
|
- "bin": "firefox.exe",
|
|
|
|
|
- "shortcuts": [
|
|
|
|
|
- [
|
|
|
|
|
- "firefox.exe",
|
|
|
|
|
- "Firefox"
|
|
|
|
|
- ]
|
|
|
|
|
- ],
|
|
|
|
|
- "checkver": {
|
|
|
|
|
- "url": "https://www.mozilla.org/en-US/firefox/notes/",
|
|
|
|
|
- "regex": "<div class=\"c-release-version\">([\\d.]+)</div>"
|
|
|
|
|
- },
|
|
|
|
|
- "autoupdate": {
|
|
|
|
|
- "architecture": {
|
|
|
|
|
- "64bit": {
|
|
|
|
|
- "url": "https://archive.mozilla.org/pub/firefox/releases/$version/win64/cs/Firefox%20Setup%20$version.exe#/dl.7z",
|
|
|
|
|
- "hash": {
|
|
|
|
|
- "url": "https://archive.mozilla.org/pub/firefox/releases/$version/SHA512SUMS",
|
|
|
|
|
- "regex": "$sha512\\s+win64/cs/$basename"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "32bit": {
|
|
|
|
|
- "url": "https://archive.mozilla.org/pub/firefox/releases/$version/win32/cs/Firefox%20Setup%20$version.exe#/dl.7z",
|
|
|
|
|
- "hash": {
|
|
|
|
|
- "url": "https://archive.mozilla.org/pub/firefox/releases/$version/SHA512SUMS",
|
|
|
|
|
- "regex": "$sha512\\s+win32/cs/$basename"
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|