mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "0.2-opus-1.3",
 | |
|     "description": "Command-line utilities to encode, inspect, and decode .opus files.",
 | |
|     "homepage": "https://www.opus-codec.org/",
 | |
|     "license": "BSD-2-Clause|GPL-2.0-only",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://archive.mozilla.org/pub/opus/win64/opus-tools-0.2-opus-1.3-win64.zip",
 | |
|             "hash": "a892bd29358e142fa756da6bfcaea2faadc0f82ee1947d9eb2cecd208f1b873f"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://archive.mozilla.org/pub/opus/win32/opus-tools-0.2-opus-1.3.zip",
 | |
|             "hash": "a1ae3c806adee9b008348166251f938dd7774ba6987d392187202b11d1152e90"
 | |
|         }
 | |
|     },
 | |
|     "bin": [
 | |
|         "opusenc.exe",
 | |
|         "opusdec.exe",
 | |
|         "opusinfo.exe"
 | |
|     ],
 | |
|     "checkver": {
 | |
|         "url": "https://www.opus-codec.org/downloads/",
 | |
|         "regex": "opus-tools-([\\w-.]+)\\.zip"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://archive.mozilla.org/pub/opus/win64/opus-tools-$version-win64.zip"
 | |
|             },
 | |
|             "32bit": {
 | |
|                 "url": "https://archive.mozilla.org/pub/opus/win32/opus-tools-$version.zip"
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 | 
