mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "4.15.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.15.2/migrate.windows-amd64.zip",
 | 
						|
            "hash": "14631b7b8d7ed1296fd93e94aa76155167670e0378179209b3ae66d9c2c6e8ff"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/golang-migrate/migrate/releases/download/v4.15.2/migrate.windows-386.zip",
 | 
						|
            "hash": "a4d4612a550eb0e7f043c995fd0201233bfe5792acef715901b85adc52558970"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |