mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	 455878a988
			
		
	
	
		455878a988
		
	
	
	
	
		
			
			Changed checkver from 'without-git' because "I recommend installing ... git; I don't bundle [it] in the distro anymore."
		
			
				
	
	
		
			29 lines
		
	
	
		
			895 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			895 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "19.0",
 | |
|     "description": "Nuwen's MinGW Distro with GCC, GDB, make, binutils, coreutils, 7zip and extra headers",
 | |
|     "homepage": "https://nuwen.net/mingw.html",
 | |
|     "license": "GPL-2.0-only",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://nuwen.net/files/mingw/mingw-19.0.exe#/dl.7z",
 | |
|             "hash": "5062d36fb66f72fd4ae00a340b5b036a31c8d5b71e862e4dc044e0f2dcc82ede"
 | |
|         }
 | |
|     },
 | |
|     "extract_dir": "MinGW",
 | |
|     "env_add_path": "bin",
 | |
|     "env_set": {
 | |
|         "C_INCLUDE_PATH": "$dir\\include;$dir\\include\\freetype2",
 | |
|         "CPLUS_INCLUDE_PATH": "$dir\\include;$dir\\include\\freetype2"
 | |
|     },
 | |
|     "checkver": {
 | |
|         "regex": "mingw-([\\d.]+).exe"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://nuwen.net/files/mingw/mingw-$version.exe#/dl.7z"
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 |