Skip to content

Commit

Permalink
AU: 2 updated - cudatext wireguard
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 10, 2021
1 parent a3da0e3 commit c027277
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/cudatext/cudatext.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>cudatext</id>
<version>1.130.0.0</version>
<version>1.131.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/cudatext</packageSourceUrl>
<owners>chtof</owners>
<title>CudaText</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/cudatext/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ in verifying that this package's contents are trustworthy.
Package can be verified like this:

1. Download:
x64: https://www.fosshub.com/CudaText.html?dwl=cudatext-win-x64-1.130.0.0.zip
x64: https://www.fosshub.com/CudaText.html?dwl=cudatext-win-x64-1.131.0.0.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
checksum64: B0357A9ACF68AEDE483D648235F9099A3FA83DE68568FD2AE519730292A0341C
checksum64: 8227740FF942C3FFD9D7FD449887612A5B93ADFBABF0343BC7E471B5424E5987

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/Alexey-T/CudaText/master/license.txt
2 changes: 1 addition & 1 deletion automatic/cudatext/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (!$pp['InstallationPath']) { $pp['InstallationPath'] = 'C:\CudaText' }
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = $pp['InstallationPath']
file64 = "$toolsDir\cudatext-win-x64-1.130.0.0.zip"
file64 = "$toolsDir\cudatext-win-x64-1.131.0.0.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
8 changes: 4 additions & 4 deletions automatic/wireguard/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://download.wireguard.com/windows-client/wireguard-x86-0.3.9.msi
x64: https://download.wireguard.com/windows-client/wireguard-amd64-0.3.9.msi
x32: https://download.wireguard.com/windows-client/wireguard-x86-0.3.10.msi
x64: https://download.wireguard.com/windows-client/wireguard-amd64-0.3.10.msi

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: 32A516B40597C3F69B99AE57A25A715FC420F1C5F830547868FA80068591BBE4
checksum64: 6149B608A384148830237AE088CB8A82794E80784BBAB6E3E1BBFBBDA0FD7B3D
checksum32: E34F64E685E17E224237CE17CA7EC4F25D310AD4B8F590886413161D596B8ED0
checksum64: 7095D47FCF34130FEEC15DE84E93DFB6B8469294FD2B549C2EF57D05BBE2E707

File 'LICENSE.txt' is obtained from:
https://git.zx2c4.com/WireGuard/about/COPYING
4 changes: 2 additions & 2 deletions automatic/wireguard/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

filetype = "MSI"
file = "$toolsDir\wireguard-x86-0.3.9.msi"
file64 = "$toolsDir\wireguard-amd64-0.3.9.msi"
file = "$toolsDir\wireguard-x86-0.3.10.msi"
file64 = "$toolsDir\wireguard-amd64-0.3.10.msi"

silentArgs = "/qn /norestart /l*v `"$env:TEMP\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`" DO_NOT_LAUNCH=1"
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/wireguard/wireguard.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>wireguard</id>
<version>0.3.9</version>
<version>0.3.10</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/wireguard</packageSourceUrl>
<owners>chtof</owners>
<title>WireGuard</title>
Expand Down

0 comments on commit c027277

Please sign in to comment.