Skip to content

Commit

Permalink
AU: 1 updated - dnscrypt-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 12, 2023
1 parent 62ed91a commit bb5f49c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/dnscrypt-proxy/dnscrypt-proxy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>dnscrypt-proxy</id>
<version>2.1.4</version>
<version>2.1.5</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/dnscrypt-proxy</packageSourceUrl>
<owners>chtof</owners>
<title>DNSCrypt Proxy</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/dnscrypt-proxy/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://github.com//DNSCrypt/dnscrypt-proxy/releases/download/2.1.4/dnscrypt-proxy-win32-2.1.4.zip
x64: https://github.com//DNSCrypt/dnscrypt-proxy/releases/download/2.1.4/dnscrypt-proxy-win64-2.1.4.zip
x32: https://github.com//DNSCrypt/dnscrypt-proxy/releases/download/2.1.5/dnscrypt-proxy-win32-2.1.5.zip
x64: https://github.com//DNSCrypt/dnscrypt-proxy/releases/download/2.1.5/dnscrypt-proxy-win64-2.1.5.zip

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: D7F8EE32C4BCC0DC397D49D2851DD230A1FA16A364E3CE3D8CB00512C8E25FAC
checksum64: 895A73D51E0633F4C7AD16751B96CDEC3300284F1CC51F38DA405DF453C79B03
checksum32: 99176D9AC53217976423B727F3B238C418B9E94CFEB55A9B9439FD01354F7535
checksum64: 55E2689B8604F7DE88D6CFE0A5396E166ACCE1ACAE51ADBDDB314E36EDA89A9F

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/master/LICENSE
4 changes: 2 additions & 2 deletions automatic/dnscrypt-proxy/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
filefullpath = "$toolsDir\dnscrypt-proxy-win32-2.1.4.zip"
filefullpath64 = "$toolsDir\dnscrypt-proxy-win64-2.1.4.zip"
filefullpath = "$toolsDir\dnscrypt-proxy-win32-2.1.5.zip"
filefullpath64 = "$toolsDir\dnscrypt-proxy-win64-2.1.5.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit bb5f49c

Please sign in to comment.