mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	 ccc24e57b6
			
		
	
	
		ccc24e57b6
		
	
	
	
	
		
			
			Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "homepage": "https://cmake.org/",
 | |
|     "description": "Open-source, cross-platform family of tools designed to build, test and package software",
 | |
|     "version": "3.14.2",
 | |
|     "license": "BSD-3-Clause",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://cmake.org/files/v3.14/cmake-3.14.2-win64-x64.zip",
 | |
|             "hash": "c6325654b55d2d40667f794b7ada8b9e40a2321fc0ba0842691c8381d716112d",
 | |
|             "extract_dir": "cmake-3.14.2-win64-x64"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://cmake.org/files/v3.14/cmake-3.14.2-win32-x86.zip",
 | |
|             "hash": "710e03a6160601fa0007cc1523367c714b0dee59d1638ee5bf30837922866a02",
 | |
|             "extract_dir": "cmake-3.14.2-win32-x86"
 | |
|         }
 | |
|     },
 | |
|     "bin": [
 | |
|         "bin/cmake.exe",
 | |
|         "bin/cmcldeps.exe",
 | |
|         "bin/cpack.exe",
 | |
|         "bin/ctest.exe",
 | |
|         "bin/cmake-gui.exe"
 | |
|     ],
 | |
|     "checkver": {
 | |
|         "re": "Latest\\s+Release\\s+\\(([\\d+.]+)\\)",
 | |
|         "url": "https://cmake.org/download/"
 | |
|     },
 | |
|     "shortcuts": [
 | |
|         [
 | |
|             "bin/cmake-gui.exe",
 | |
|             "cmake-gui"
 | |
|         ]
 | |
|     ],
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://cmake.org/files/v$majorVersion.$minorVersion/cmake-$version-win64-x64.zip",
 | |
|                 "extract_dir": "cmake-$version-win64-x64"
 | |
|             },
 | |
|             "32bit": {
 | |
|                 "url": "https://cmake.org/files/v$majorVersion.$minorVersion/cmake-$version-win32-x86.zip",
 | |
|                 "extract_dir": "cmake-$version-win32-x86"
 | |
|             }
 | |
|         },
 | |
|         "hash": {
 | |
|             "url": "$baseurl/cmake-$version-SHA-256.txt"
 | |
|         }
 | |
|     }
 | |
| }
 |