mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "1.16",
 | |
|     "description": "Transforming bitmaps into vector graphics.",
 | |
|     "homepage": "https://potrace.sourceforge.net/",
 | |
|     "license": "GPL-2.0-or-later",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "http://potrace.sourceforge.net/download/1.16/potrace-1.16.win64.zip",
 | |
|             "hash": "sha1:7e360015c8ac0e6efdffa6c26974daf65ab596e9",
 | |
|             "extract_dir": "potrace-1.16.win64"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "http://potrace.sourceforge.net/download/1.16/potrace-1.16.win32.zip",
 | |
|             "hash": "sha1:d2caeb5dfa25ba8447412b764e77d9524ff3f52e",
 | |
|             "extract_dir": "potrace-1.16.win32"
 | |
|         }
 | |
|     },
 | |
|     "bin": [
 | |
|         "potrace.exe",
 | |
|         "mkbitmap.exe"
 | |
|     ],
 | |
|     "checkver": "Release ([\\d.]+)\\.",
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "http://potrace.sourceforge.net/download/$version/potrace-$version.win64.zip",
 | |
|                 "extract_dir": "potrace-$version.win64"
 | |
|             },
 | |
|             "32bit": {
 | |
|                 "url": "http://potrace.sourceforge.net/download/$version/potrace-$version.win32.zip",
 | |
|                 "extract_dir": "potrace-$version.win32"
 | |
|             }
 | |
|         },
 | |
|         "hash": {
 | |
|             "url": "http://potrace.sourceforge.net/download/SHA1SUMS"
 | |
|         }
 | |
|     }
 | |
| }
 | 
