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": "2.6.3",
 | 
						|
    "description": "A simple server for sending and receiving messages in real-time per WebSocket, with a sleek web UI",
 | 
						|
    "homepage": "https://gotify.net/",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/gotify/server/releases/download/v2.6.3/gotify-windows-amd64.exe.zip",
 | 
						|
            "hash": "2303cfa2a5dd3a3a3ff55c7cb5fa86483f64d56585a9ed8a3fcba99a3b93a459"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/gotify/server/releases/download/v2.6.3/gotify-windows-386.exe.zip",
 | 
						|
            "hash": "a973965cac78eb7b112d8aab26c7f54a8a764f7c3fc91acdf8ae3ea2b4c119ac"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe",
 | 
						|
    "bin": "gotify.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/gotify/server/"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/gotify/server/releases/download/v$version/gotify-windows-amd64.exe.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/gotify/server/releases/download/v$version/gotify-windows-386.exe.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |