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.18.1",
 | 
						|
    "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.18.1/migrate.windows-amd64.zip",
 | 
						|
            "hash": "bdfbbd61094d17cbc08167c0269cf863159f2f98fa389de40e04ceae99880361"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/golang-migrate/migrate/releases/download/v4.18.1/migrate.windows-386.zip",
 | 
						|
            "hash": "de4d82daa67c50d039ac291e57b206d0bca8d886a2ac65ca19118ef5c8489913"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |