mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	 3bc26523ec
			
		
	
	
		3bc26523ec
		
			
		
	
	
	
	
		
			
			Searching via https://github.com/ScoopInstaller/Main/search?q=notes+Deprecated, I noticed that all of their notes mention that they are deprecated. So I moved them to the deprecated folder
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "9.14.8",
 | |
|     "description": "dig (domain information groper) is a flexible tool for interrogating DNS name servers",
 | |
|     "homepage": "https://www.isc.org/bind/",
 | |
|     "license": "MPL-2.0",
 | |
|     "notes": [
 | |
|         "The dig package has been deprecated, and will be removed in the future.",
 | |
|         "Please use the bind package instead."
 | |
|     ],
 | |
|     "suggest": {
 | |
|         "vcredist": "extras/vcredist2012"
 | |
|     },
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://ftp.isc.org/isc/bind9/9.14.8/BIND9.14.8.x64.zip",
 | |
|             "hash": "2b28768b32cd4abe81cc83f1df041aba8d3d6531fc5fb1d85e31d1346029bf27"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://ftp.isc.org/isc/bind9/9.14.8/BIND9.14.8.x86.zip",
 | |
|             "hash": "f23608dfe2d3fc91be0ebe4e380b9425f619e349863c0c18d9bec5a32a4475f5"
 | |
|         }
 | |
|     },
 | |
|     "bin": "dig.exe",
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://ftp.isc.org/isc/bind$majorVersion/$version/BIND$version.x64.zip"
 | |
|             },
 | |
|             "32bit": {
 | |
|                 "url": "https://ftp.isc.org/isc/bind$majorVersion/$version/BIND$version.x86.zip"
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 |