mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	traefik: Fix au.url (#425)
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
		
							parent
							
								
									8d6b163b33
								
							
						
					
					
						commit
						9c52b202a7
					
				@ -21,11 +21,14 @@
 | 
			
		||||
    "autoupdate": {
 | 
			
		||||
        "architecture": {
 | 
			
		||||
            "64bit": {
 | 
			
		||||
                "url": "https://github.com/containous/traefik/releases/download/v$version/traefik_windows-amd64.exe#/traefik.exe"
 | 
			
		||||
                "url": "https://github.com/containous/traefik/releases/download/v$version/traefik_v$version_windows_amd64.zip"
 | 
			
		||||
            },
 | 
			
		||||
            "32bit": {
 | 
			
		||||
                "url": "https://github.com/containous/traefik/releases/download/v$version/traefik_windows-386.exe#/traefik.exe"
 | 
			
		||||
                "url": "https://github.com/containous/traefik/releases/download/v$version/traefik_v$version_windows_386.zip"
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "hash": {
 | 
			
		||||
            "url": "$baseurl/traefik_v$version_checksums.txt"
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user