mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	The dot in '7z19.00-helper' will cause Start-Process to fail. Change it to '7z1900-helper'
		
			
				
	
	
		
			24 lines
		
	
	
		
			776 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			776 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "19.00",
 | 
						|
    "description": "7-Zip 19.00 helper package (for extracting files in other packages)",
 | 
						|
    "homepage": "https://www.7-zip.org/",
 | 
						|
    "license": "LGPL-2.1-or-later",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://download.sourceforge.net/project/sevenzip/7-Zip/19.00/7z1900-x64.msi",
 | 
						|
            "hash": "a7803233eedb6a4b59b3024ccf9292a6fffb94507dc998aa67c5b745d197a5dc"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://download.sourceforge.net/project/sevenzip/7-Zip/19.00/7z1900.msi",
 | 
						|
            "hash": "b49d55a52bc0eab14947c8982c413d9be141c337da1368a24aa0484cbb5e89cd"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "Files\\7-Zip",
 | 
						|
    "bin": [
 | 
						|
        [
 | 
						|
            "7z.exe",
 | 
						|
            "7z1900-helper"
 | 
						|
        ]
 | 
						|
    ]
 | 
						|
}
 |