mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	latex: Add 64bit installer (#204)
This commit is contained in:
		
							parent
							
								
									f961e46af4
								
							
						
					
					
						commit
						95d93d67a3
					
				@ -6,8 +6,32 @@
 | 
				
			|||||||
        "url": "https://miktex.org/copying"
 | 
					        "url": "https://miktex.org/copying"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "description": "An up-to-date implementation of TeX/LaTeX and related programs.",
 | 
					    "description": "An up-to-date implementation of TeX/LaTeX and related programs.",
 | 
				
			||||||
    "url": "https://ftp.fau.de/ctan/systems/win32/miktex/setup/windows-x86/basic-miktex-2.9.7100.exe",
 | 
					    "architecture": {
 | 
				
			||||||
    "hash": "893505ea259a77a8a3744b64a1975a20abc57e4d270edc2d03affad36b3427dd",
 | 
					        "64bit": {
 | 
				
			||||||
 | 
					            "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-2.9.7100-x64.exe",
 | 
				
			||||||
 | 
					            "hash": "9aa26669c0cdf1b964829058d74aec2561270b22e4cc7ac43b1baa77cee8f26d",
 | 
				
			||||||
 | 
					            "bin": [
 | 
				
			||||||
 | 
					                [
 | 
				
			||||||
 | 
					                    "texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe",
 | 
				
			||||||
 | 
					                    "miktex",
 | 
				
			||||||
 | 
					                    "--hide --mkmaps"
 | 
				
			||||||
 | 
					                ]
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "env_add_path": "texmfs\\install\\miktex\\bin\\x64"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "32bit": {
 | 
				
			||||||
 | 
					            "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x86/basic-miktex-2.9.7100.exe",
 | 
				
			||||||
 | 
					            "hash": "893505ea259a77a8a3744b64a1975a20abc57e4d270edc2d03affad36b3427dd",
 | 
				
			||||||
 | 
					            "bin": [
 | 
				
			||||||
 | 
					                [
 | 
				
			||||||
 | 
					                    "texmfs\\install\\miktex\\bin\\miktex-console.exe",
 | 
				
			||||||
 | 
					                    "miktex",
 | 
				
			||||||
 | 
					                    "--hide --mkmaps"
 | 
				
			||||||
 | 
					                ]
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "env_add_path": "texmfs\\install\\miktex\\bin"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "installer": {
 | 
					    "installer": {
 | 
				
			||||||
        "args": [
 | 
					        "args": [
 | 
				
			||||||
            "--portable=\"$dir\"",
 | 
					            "--portable=\"$dir\"",
 | 
				
			||||||
@ -15,21 +39,20 @@
 | 
				
			|||||||
            "--private"
 | 
					            "--private"
 | 
				
			||||||
        ]
 | 
					        ]
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "bin": [
 | 
					 | 
				
			||||||
        [
 | 
					 | 
				
			||||||
            "texmfs\\install\\miktex\\bin\\miktex-console.exe",
 | 
					 | 
				
			||||||
            "miktex",
 | 
					 | 
				
			||||||
            "--hide --mkmaps"
 | 
					 | 
				
			||||||
        ]
 | 
					 | 
				
			||||||
    ],
 | 
					 | 
				
			||||||
    "env_add_path": "texmfs\\install\\miktex\\bin",
 | 
					 | 
				
			||||||
    "persist": "texmfs\\config",
 | 
					    "persist": "texmfs\\config",
 | 
				
			||||||
    "checkver": {
 | 
					    "checkver": {
 | 
				
			||||||
        "url": "https://miktex.org/download",
 | 
					        "url": "https://miktex.org/download",
 | 
				
			||||||
        "regex": "basic-miktex-([\\d.]+).exe"
 | 
					        "regex": "basic-miktex-([\\d.]+).exe"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "autoupdate": {
 | 
					    "autoupdate": {
 | 
				
			||||||
        "url": "https://ftp.fau.de/ctan/systems/win32/miktex/setup/windows-x86/basic-miktex-$version.exe",
 | 
					        "architecture": {
 | 
				
			||||||
 | 
					            "64bit": {
 | 
				
			||||||
 | 
					                "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-$version-x64.exe"
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            "32bit": {
 | 
				
			||||||
 | 
					                "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x86/basic-miktex-$version.exe"
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
        "hash": {
 | 
					        "hash": {
 | 
				
			||||||
            "url": "https://miktex.org/download",
 | 
					            "url": "https://miktex.org/download",
 | 
				
			||||||
            "regex": "(?sm)$basename</td>.*?$sha256"
 | 
					            "regex": "(?sm)$basename</td>.*?$sha256"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user