mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "4.16.2",
 | 
						|
    "description": "Reads and applies migrations in correct order to a database.",
 | 
						|
    "homepage": "https://github.com/golang-migrate/migrate",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/golang-migrate/migrate/releases/download/v4.16.2/migrate.windows-amd64.zip",
 | 
						|
            "hash": "df7b8ae23c57d50f6d50ddd4579ef7879ca653e5068b5d79db56eaba51c06e5c"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/golang-migrate/migrate/releases/download/v4.16.2/migrate.windows-386.zip",
 | 
						|
            "hash": "33614b084627d9a208cb26c6df394fb185190ccffc506a1d7258e348a976e9e5"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "migrate.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/golang-migrate/migrate/releases/download/v$version/migrate.windows-amd64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/golang-migrate/migrate/releases/download/v$version/migrate.windows-386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/sha256sum.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |