mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 15:21:18 +00:00 
			
		
		
		
	* Fix 150 license * Update * Update * Update cockroachdb.json See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt * Apply new rule * Change to unknown * Update tup.json * fix radare2 * Some fix * Some fix * Fix sliksvn * Fix sliksvn * Update imagemagick.json
		
			
				
	
	
		
			28 lines
		
	
	
		
			869 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			869 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://sysprogs.com/legacy/tools/srvman/",
 | 
						|
    "description": "Windows Service Manager is a small tool that simplifies all common tasks related to Windows services.",
 | 
						|
    "version": "1.0",
 | 
						|
    "license": "Unknown",
 | 
						|
    "url": "https://sysprogs.com/getfile/411/srvman-1.0.7z",
 | 
						|
    "hash": "7F42305BEA2804C1220073B8823137E48BDFB881A96AB74BE4D9A6623E1C4CAF",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "extract_dir": "srvman-1.0\\x64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "extract_dir": "srvman-1.0\\x86"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "srvman.exe",
 | 
						|
        [
 | 
						|
            "srvman.exe",
 | 
						|
            "service"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "notes": [
 | 
						|
        "Always use sudo to start, stop or edit (e.g., 'sudo srvman start nginx' or 'sudo service restart apache').",
 | 
						|
        "Visit http://tools.sysprogs.org/srvman/ for more info"
 | 
						|
    ]
 | 
						|
}
 |