mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	go-sqlcmd: Update to version 1.8.2 (#7136)
Fixes excavator errors due to upstream artifact naming change.
This commit is contained in:
		
							parent
							
								
									7fa89f6713
								
							
						
					
					
						commit
						e09fd6abf1
					
				@ -1,16 +1,16 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "version": "1.6.0",
 | 
					    "version": "1.8.2",
 | 
				
			||||||
    "description": "sqlcmd is a multi-platform command line experience for Microsoft SQL Server and Azure SQL",
 | 
					    "description": "sqlcmd is a multi-platform command line experience for Microsoft SQL Server and Azure SQL",
 | 
				
			||||||
    "homepage": "https://github.com/microsoft/go-sqlcmd",
 | 
					    "homepage": "https://github.com/microsoft/go-sqlcmd",
 | 
				
			||||||
    "license": "MIT",
 | 
					    "license": "MIT",
 | 
				
			||||||
    "architecture": {
 | 
					    "architecture": {
 | 
				
			||||||
        "64bit": {
 | 
					        "64bit": {
 | 
				
			||||||
            "url": "https://github.com/microsoft/go-sqlcmd/releases/download/v1.6.0/sqlcmd-v1.6.0-windows-x64.zip",
 | 
					            "url": "https://github.com/microsoft/go-sqlcmd/releases/download/v1.8.2/sqlcmd-windows-amd64.zip",
 | 
				
			||||||
            "hash": "a73474535435b4e908f95206d592f7b4c0e43e5b55184d06f767d5c2b64831fa"
 | 
					            "hash": "58c3244debde3c5b9f7ff371cca94784f1d5e5fe4268fa5882b863ac500264f1"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "arm64": {
 | 
					        "arm64": {
 | 
				
			||||||
            "url": "https://github.com/microsoft/go-sqlcmd/releases/download/v1.6.0/sqlcmd-v1.6.0-windows-arm64.zip",
 | 
					            "url": "https://github.com/microsoft/go-sqlcmd/releases/download/v1.8.2/sqlcmd-windows-arm64.zip",
 | 
				
			||||||
            "hash": "5597ba8e184cf8b95a83ff8af5c06577f66d4dbae5292399687b955291b522a1"
 | 
					            "hash": "3da4969215af626070e2ea9326831357d00585e83d492ded79cb36db6d4c3355"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "bin": "sqlcmd.exe",
 | 
					    "bin": "sqlcmd.exe",
 | 
				
			||||||
@ -18,10 +18,10 @@
 | 
				
			|||||||
    "autoupdate": {
 | 
					    "autoupdate": {
 | 
				
			||||||
        "architecture": {
 | 
					        "architecture": {
 | 
				
			||||||
            "64bit": {
 | 
					            "64bit": {
 | 
				
			||||||
                "url": "https://github.com/microsoft/go-sqlcmd/releases/download/v$version/sqlcmd-v$version-windows-x64.zip"
 | 
					                "url": "https://github.com/microsoft/go-sqlcmd/releases/download/v$version/sqlcmd-windows-amd64.zip"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "arm64": {
 | 
					            "arm64": {
 | 
				
			||||||
                "url": "https://github.com/microsoft/go-sqlcmd/releases/download/v$version/sqlcmd-v$version-windows-arm64.zip"
 | 
					                "url": "https://github.com/microsoft/go-sqlcmd/releases/download/v$version/sqlcmd-windows-arm64.zip"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user