mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			809 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			809 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.0.0",
 | 
						|
    "description": "Self-hosted newsletter and mailing list manager",
 | 
						|
    "homepage": "https://listmonk.app",
 | 
						|
    "license": "AGPL-3.0-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/knadh/listmonk/releases/download/v2.0.0/listmonk_2.0.0_windows_amd64.tar.gz",
 | 
						|
            "hash": "7b16bf790d69ca888fb2d357d619f4396d95bd6d9c3591c41a2c47dd7d5393eb"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "listmonk.exe",
 | 
						|
    "checkver": ">v([\\w.-]+)</",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/knadh/listmonk/releases/download/v$version/listmonk_$version_windows_amd64.tar.gz"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/listmonk_$version_checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |