mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 15:21:18 +00:00 
			
		
		
		
	* sqlite: Update to version 3.50.4 * sqlite: Correct `license.identifier` https://www.sqlite.org/copyright.html
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.50.4",
 | 
						|
    "description": "A small, fast, self-contained, high-reliability and full-featured SQL database engine",
 | 
						|
    "homepage": "https://www.sqlite.org/",
 | 
						|
    "license": {
 | 
						|
        "identifier": "Public Domain",
 | 
						|
        "url": "https://www.sqlite.org/src/file?name=LICENSE.md"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://www.sqlite.org/2025/sqlite-tools-win-arm64-3500400.zip",
 | 
						|
            "hash": "3343fcd41124b2c1a73e9c210612153dece741193f5b1b1cdbfd0866496f91d0"
 | 
						|
        },
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://www.sqlite.org/2025/sqlite-tools-win-x64-3500400.zip",
 | 
						|
            "hash": "8ce18347ea86a1ce65f33b533d2f144d8d1237140529fbf818574ca11fa13ad5"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "sqlite3.exe",
 | 
						|
        "sqldiff.exe",
 | 
						|
        "sqlite3_analyzer.exe",
 | 
						|
        "sqlite3_rsync.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.sqlite.org/download.html",
 | 
						|
        "regex": "PRODUCT,([\\d.]+),(?<year>\\d+)/sqlite-tools-win-x64-(?<clean>\\d+)\\.zip"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://www.sqlite.org/$matchYear/sqlite-tools-win-arm64-$matchClean.zip"
 | 
						|
            },
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://www.sqlite.org/$matchYear/sqlite-tools-win-x64-$matchClean.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |