mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "9.21.2",
 | 
						|
    "description": "Database migration tool that favors simplicity and convention over configuration.",
 | 
						|
    "homepage": "https://flywaydb.org/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.21.2/flyway-commandline-9.21.2-windows-x64.zip",
 | 
						|
            "hash": "sha1:9c99270ee8c82b38309b57ce874bacf751a50d90"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "flyway-9.21.2",
 | 
						|
    "bin": "flyway.cmd",
 | 
						|
    "persist": [
 | 
						|
        "conf",
 | 
						|
        "sql",
 | 
						|
        "jars"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/maven-metadata.xml",
 | 
						|
        "regex": "<release>(\\S+)</release>"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/$version/flyway-commandline-$version-windows-x64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha1"
 | 
						|
        },
 | 
						|
        "extract_dir": "flyway-$version"
 | 
						|
    }
 | 
						|
}
 |