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>
		
			
				
	
	
		
			30 lines
		
	
	
		
			868 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			868 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "homepage": "https://github.com/radareorg/cutter",
 | |
|     "description": "A Qt and C++ GUI for radare2 reverse engineering framework",
 | |
|     "license": "GPL-3.0",
 | |
|     "version": "1.8.1",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/radareorg/cutter/releases/download/v1.8.1/Cutter-v1.8.1-x64.Windows.zip",
 | |
|             "hash": "9b7620f6f7554fa71918d67d91c5bdc76d82c28003218b395e91a1b0febf923a"
 | |
|         }
 | |
|     },
 | |
|     "bin": "cutter.exe",
 | |
|     "shortcuts": [
 | |
|         [
 | |
|             "cutter.exe",
 | |
|             "Cutter"
 | |
|         ]
 | |
|     ],
 | |
|     "checkver": {
 | |
|         "github": "https://github.com/radareorg/cutter"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://github.com/radareorg/cutter/releases/download/v$version/Cutter-v$version-x64.Windows.zip"
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 |