mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.18.1",
 | 
						|
    "description": "An email and SMTP testing tool with API for developers",
 | 
						|
    "homepage": "https://mailpit.axllent.org",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/axllent/mailpit/releases/download/v1.18.1/mailpit-windows-amd64.zip",
 | 
						|
            "hash": "ee023df1d08619cc9f808fbec813eda728bd60d595dd277a28cd38bd4b8e7c79"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/axllent/mailpit/releases/download/v1.18.1/mailpit-windows-arm64.zip",
 | 
						|
            "hash": "8a40891f254e9e6922a284a5fbaffd34419295641787f35eda650442f885d630"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "mailpit.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/axllent/mailpit"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/axllent/mailpit/releases/download/v$version/mailpit-windows-amd64.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/axllent/mailpit/releases/download/v$version/mailpit-windows-arm64.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |