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>
		
			
				
	
	
		
			17 lines
		
	
	
		
			747 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			747 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "2019-01-23",
 | |
|     "homepage": "https://curl.haxx.se/docs/caextract.html",
 | |
|     "description": "CA certificates extracted from the Mozilla CA certificate store, in PEM format",
 | |
|     "license": "MPL-2.0",
 | |
|     "url": "https://curl.haxx.se/ca/cacert-2019-01-23.pem#/cacert.pem",
 | |
|     "hash": "c1fd9b235896b1094ee97bfb7e042f93530b5e300781f59b45edf84ee8c75000",
 | |
|     "checkver": {
 | |
|         "url": "https://curl.haxx.se/docs/caextract.html",
 | |
|         "re": "cacert-([\\d-]{10}).pem"
 | |
|     },
 | |
|     "post_install": "if (Test-Path \"$(appdir curl $global)\") {cp \"$dir\\cacert.pem\" \"$(appdir curl $global)\\current\\bin\\curl-ca-bundle.crt\"}",
 | |
|     "autoupdate": {
 | |
|         "url": "https://curl.haxx.se/ca/cacert-$version.pem#/cacert.pem"
 | |
|     }
 | |
| }
 |