mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	maven.org is two minor versions behind. Change URL to download.red-gate.com. Co-authored-by: Donlon Eamonn McGovern <dmcgovern@inter-state.com>
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "11.10.4",
 | 
						|
    "description": "Database migration tool that favors simplicity and convention over configuration.",
 | 
						|
    "homepage": "https://flywaydb.org/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/11.10.4/flyway-commandline-11.10.4-windows-x64.zip",
 | 
						|
            "hash": "sha1:2e57855dd20d82d29bd86df45112011c0478ef2d"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "flyway-11.10.4",
 | 
						|
    "bin": "flyway.cmd",
 | 
						|
    "persist": [
 | 
						|
        "conf",
 | 
						|
        "sql",
 | 
						|
        "jars"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/maven-metadata.xml",
 | 
						|
        "regex": "<release>(\\S+)</release>"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/$version/flyway-commandline-$version-windows-x64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha1"
 | 
						|
        },
 | 
						|
        "extract_dir": "flyway-$version"
 | 
						|
    }
 | 
						|
}
 |