mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	Add jom version (#3130)
jom is a clone of nmake to support the execution of multiple independent commands in parallel. Co-Authored-By: narnaud <nicolas.arnaudcormos@gmail.com>
This commit is contained in:
		
							parent
							
								
									275122d9fe
								
							
						
					
					
						commit
						597d337200
					
				
							
								
								
									
										22
									
								
								jom.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								jom.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,22 @@
 | 
			
		||||
{
 | 
			
		||||
    "homepage": "https://wiki.qt.io/Jom",
 | 
			
		||||
    "description": "jom is a clone of nmake to support the execution of multiple independent commands in parallel",
 | 
			
		||||
    "license": "GPL-3.0-or-later",
 | 
			
		||||
    "url": "https://download.qt.io/official_releases/jom/jom_1_1_3.zip",
 | 
			
		||||
    "version": "1.1.3",
 | 
			
		||||
    "hash": "128fdd846fe24f8594eed37d1d8929a0ea78df563537c0c1b1861a635013fff8",
 | 
			
		||||
    "bin": [
 | 
			
		||||
        "ibjom.bat",
 | 
			
		||||
        "jom.exe"
 | 
			
		||||
    ],
 | 
			
		||||
    "checkver": {
 | 
			
		||||
        "url": "https://download.qt.io/official_releases/jom/changelog.txt",
 | 
			
		||||
        "regex": "This is the changelog for jom ([\\d.]+), the parallel make tool."
 | 
			
		||||
    },
 | 
			
		||||
    "autoupdate": {
 | 
			
		||||
        "url": "https://download.qt.io/official_releases/jom/jom_$underscoreVersion.zip",
 | 
			
		||||
        "hash": {
 | 
			
		||||
            "url": "$baseurl/md5sums.txt"
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user