mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	duckdb: Update to version 0.9.1, remove 32bit
32bit binaries not included in releases anymore as per https://github.com/duckdb/duckdb/discussions/9506
This commit is contained in:
		
							parent
							
								
									b7a42fd7ee
								
							
						
					
					
						commit
						f2daba3057
					
				@ -1,16 +1,12 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "version": "0.8.1",
 | 
					    "version": "0.9.1",
 | 
				
			||||||
    "description": "A high-performance embeddable SQL OLAP database management system",
 | 
					    "description": "A high-performance embeddable SQL OLAP database management system",
 | 
				
			||||||
    "homepage": "https://duckdb.org",
 | 
					    "homepage": "https://duckdb.org",
 | 
				
			||||||
    "license": "MIT",
 | 
					    "license": "MIT",
 | 
				
			||||||
    "architecture": {
 | 
					    "architecture": {
 | 
				
			||||||
        "64bit": {
 | 
					        "64bit": {
 | 
				
			||||||
            "url": "https://github.com/duckdb/duckdb/releases/download/v0.8.1/duckdb_cli-windows-amd64.zip",
 | 
					            "url": "https://github.com/duckdb/duckdb/releases/download/v0.9.1/duckdb_cli-windows-amd64.zip",
 | 
				
			||||||
            "hash": "1e882f21115d44d34bb8dc853fd05338a46d5ee089e62fdf2cab98f8455a9921"
 | 
					            "hash": "de03d0a9ef676c4a04249e15df1823063d489385c9d639a10b4f3f00b2c11493"
 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        "32bit": {
 | 
					 | 
				
			||||||
            "url": "https://github.com/duckdb/duckdb/releases/download/v0.8.1/duckdb_cli-windows-i386.zip",
 | 
					 | 
				
			||||||
            "hash": "12b98191ccc58a78b01967ef5adc3f4259a0a4afc6ecea10e97033f27501a55f"
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "bin": "duckdb.exe",
 | 
					    "bin": "duckdb.exe",
 | 
				
			||||||
@ -21,9 +17,6 @@
 | 
				
			|||||||
        "architecture": {
 | 
					        "architecture": {
 | 
				
			||||||
            "64bit": {
 | 
					            "64bit": {
 | 
				
			||||||
                "url": "https://github.com/duckdb/duckdb/releases/download/v$version/duckdb_cli-windows-amd64.zip"
 | 
					                "url": "https://github.com/duckdb/duckdb/releases/download/v$version/duckdb_cli-windows-amd64.zip"
 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "32bit": {
 | 
					 | 
				
			||||||
                "url": "https://github.com/duckdb/duckdb/releases/download/v$version/duckdb_cli-windows-i386.zip"
 | 
					 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user