-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathgnupg.json
More file actions
55 lines (55 loc) 路 2.12 KB
/
Copy pathgnupg.json
File metadata and controls
55 lines (55 loc) 路 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"##": "Duplicate of the gpg package",
"version": "2.5.21",
"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.5.21_20260702.exe#/dl.7z",
"hash": "sha1:65e7528baf8ec1bf83d3df56e6e9e377620f2de6",
"installer": {
"script": [
"Remove-Item \"$dir\\`$PLUGINSDIR\" -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",
"bin": [
"bin\\gpg.exe",
"bin\\gpg2.exe",
"bin\\gpgconf.exe",
"bin\\gpg-agent.exe",
"bin\\gpg-connect-agent.exe",
"bin\\pinentry-basic.exe",
["bin\\pinentry-basic.exe", "pinentry.exe"],
"bin\\dirmngr.exe",
"bin\\dirmngr_ldap.exe",
"bin\\gpg-card.exe",
"bin\\gpg-check-pattern.exe",
"bin\\gpg-preset-passphrase.exe",
"bin\\gpg-wks-client.exe",
"bin\\gpgsm.exe",
"bin\\gpgtar.exe",
"bin\\gpgv.exe",
"bin\\keyboxd.exe",
"bin\\scdaemon.exe"
],
"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"
}
}
}