mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	jdupes: Fix autoupdate URLs (#134)
This commit is contained in:
		
							parent
							
								
									12d180cf2b
								
							
						
					
					
						commit
						ab8121cb94
					
				@ -20,12 +20,12 @@
 | 
			
		||||
    "autoupdate": {
 | 
			
		||||
        "architecture": {
 | 
			
		||||
            "64bit": {
 | 
			
		||||
                "url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version_win64.zip",
 | 
			
		||||
                "extract_dir": "jdupes-$version_win64"
 | 
			
		||||
                "url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version-win64.zip",
 | 
			
		||||
                "extract_dir": "jdupes-$version-win64"
 | 
			
		||||
            },
 | 
			
		||||
            "32bit": {
 | 
			
		||||
                "url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version_win32.zip",
 | 
			
		||||
                "extract_dir": "jdupes-$version_win32"
 | 
			
		||||
                "url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version-win32.zip",
 | 
			
		||||
                "extract_dir": "jdupes-$version-win32"
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user