| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "description": "Popular open source web browser. Cross-platform and available in Czech language.",
- "homepage": "https://www.mozilla.org/cs/firefox/new/",
- "version": "65.0.1",
- "license": "MPL-2.0",
- "architecture": {
- "64bit": {
- "url": "https://download.mozilla.org/?product=firefox-65.0.1-SSL&os=win64&lang=cs#/firefox.7z",
- "hash": "3359089458C5558BCB6DC2AFEB4A728A51A0BD04DEF429D9EF3DB18C97DAD827"
- },
- "32bit": {
- "url": "https://download.mozilla.org/?product=firefox-65.0.1-SSL&os=win&lang=cs#/firefox.7z",
- "hash": "450E8A31A9D8534760E80945680FBDE257B44D51278D6E7046F7FC9E4B103334"
- }
- },
- "extract_dir": "core",
- "bin": "firefox.exe",
- "shortcuts": [
- [
- "firefox.exe",
- "Mozilla Firefox"
- ]
- ],
- "checkver": {
- "url": "https://www.mozilla.org/cs/firefox/all/",
- "re": "data-latest-firefox=\"([\\d.]+)\""
- },
- "autoupdate": {
- "architecture": {
- "64bit": {
- "url": "https://download.mozilla.org/?product=firefox-$version-SSL&os=win64&lang=cs#/firefox.7z",
- "hash": {
- "find": "([a-fA-F0-9]{64})\\s+(?:win64/cs/Firefox Setup ([\\d.]+).exe)",
- "url": "https://download-installer.cdn.mozilla.net/pub/firefox/releases/$version/SHA256SUMS"
- }
- },
- "32bit": {
- "url": "https://download.mozilla.org/?product=firefox-$version-SSL&os=win&lang=cs#/firefox.7z",
- "hash": {
- "find": "([a-fA-F0-9]{64})\\s+(?:win32/cs/Firefox Setup ([\\d.]+).exe)",
- "url": "https://download-installer.cdn.mozilla.net/pub/firefox/releases/$version/SHA256SUMS"
- }
- }
- }
- }
- }
|