mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	miller: Add extract_dir (#3431)
This commit is contained in:
		
							parent
							
								
									5de16739d8
								
							
						
					
					
						commit
						e55e2811ca
					
				@ -6,11 +6,13 @@
 | 
			
		||||
    "architecture": {
 | 
			
		||||
        "64bit": {
 | 
			
		||||
            "url": "https://github.com/johnkerl/miller/releases/download/v6.2.0/miller-6.2.0-windows-amd64.zip",
 | 
			
		||||
            "hash": "0a9c5207d15c183d57eeb66bf429bae6a83041f7faa55825477bfeae50c77c94"
 | 
			
		||||
            "hash": "0a9c5207d15c183d57eeb66bf429bae6a83041f7faa55825477bfeae50c77c94",
 | 
			
		||||
            "extract_dir": "miller-6.2.0-windows-amd64"
 | 
			
		||||
        },
 | 
			
		||||
        "32bit": {
 | 
			
		||||
            "url": "https://github.com/johnkerl/miller/releases/download/v6.2.0/miller-6.2.0-windows-386.zip",
 | 
			
		||||
            "hash": "e83850c11286832c6f3acba6bb2f863cc3bb0a8551f17eb1989d9d37d82876d1"
 | 
			
		||||
            "hash": "e83850c11286832c6f3acba6bb2f863cc3bb0a8551f17eb1989d9d37d82876d1",
 | 
			
		||||
            "extract_dir": "miller-6.2.0-windows-386"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "bin": "mlr.exe",
 | 
			
		||||
@ -20,10 +22,12 @@
 | 
			
		||||
    "autoupdate": {
 | 
			
		||||
        "architecture": {
 | 
			
		||||
            "64bit": {
 | 
			
		||||
                "url": "https://github.com/johnkerl/miller/releases/download/v$version/miller-$version-windows-amd64.zip"
 | 
			
		||||
                "url": "https://github.com/johnkerl/miller/releases/download/v$version/miller-$version-windows-amd64.zip",
 | 
			
		||||
                "extract_dir": "miller-$version-windows-amd64"
 | 
			
		||||
            },
 | 
			
		||||
            "32bit": {
 | 
			
		||||
                "url": "https://github.com/johnkerl/miller/releases/download/v$version/miller-$version-windows-386.zip"
 | 
			
		||||
                "url": "https://github.com/johnkerl/miller/releases/download/v$version/miller-$version-windows-386.zip",
 | 
			
		||||
                "extract_dir": "miller-$version-windows-386"
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "hash": {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user