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.4.0",
 | 
						|
    "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.4.0/gotify-windows-amd64.exe.zip",
 | 
						|
            "hash": "7959e348a203170034bfecc539c1b8443608ca646d3af5108d7692d802c2a0f6"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/gotify/server/releases/download/v2.4.0/gotify-windows-386.exe.zip",
 | 
						|
            "hash": "9c73ceb676ed2fa2944f02b2d50355351b140dfe5660b68c13cae4363a41e36f"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |