mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "##": "Duplicate of the gpg package",
 | 
						|
    "version": "2.4.2",
 | 
						|
    "description": "A complete and free implementation of the OpenPGP standard.",
 | 
						|
    "homepage": "https://www.gnupg.org/",
 | 
						|
    "license": "GPL-3.0-or-later",
 | 
						|
    "url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.4.2_20230530.exe#/dl.7z",
 | 
						|
    "hash": "sha1:227358fe08c0f8d3484b11f57dbfdfa6830757ec",
 | 
						|
    "installer": {
 | 
						|
        "script": [
 | 
						|
            "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\gnupg-uninstall.exe.nsis\" -Force -Recurse",
 | 
						|
            "New-Item \"$dir\\bin\\gpgconf.ctl\" -Force | Out-Null",
 | 
						|
            "Copy-Item \"$dir\\bin\\gpg.exe\" \"$dir\\bin\\gpg2.exe\"",
 | 
						|
            "if (!(Test-Path \"$persist_dir\\home\") -and (Test-Path \"$env:Appdata\\gnupg\")) {",
 | 
						|
            "    Write-Host -F yellow \"Copying old '$env:Appdata\\gnupg' to '$persist_dir\\home'\"",
 | 
						|
            "    New-Item \"$dir\\home\" -ItemType Directory -Force | Out-Null",
 | 
						|
            "    Copy-Item \"$env:Appdata\\gnupg\\*\" \"$dir\\home\" -Recurse -Force",
 | 
						|
            "}",
 | 
						|
            "New-Item -ItemType \"directory\" -Path \"$dir\\gnupg\" -Force | Out-Null"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "env_add_path": "bin",
 | 
						|
    "persist": "home",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.gnupg.org/download/index.html",
 | 
						|
        "regex": "gnupg-w32-([\\d.]+)_(?<date>\\d+)\\.exe"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-$version_$matchDate.exe#/dl.7z",
 | 
						|
        "hash": {
 | 
						|
            "url": "https://www.gnupg.org/download/integrity_check.html",
 | 
						|
            "regex": "$sha1\\s+$basename"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |