Skip to content

Commit

Permalink
AU: 3 updated - doxie moneydance wireguard
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 12, 2021
1 parent 5f49d5c commit 06d0a92
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/doxie/doxie.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>doxie</id>
<version>2.13</version>
<version>2.14</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/doxie</packageSourceUrl>
<owners>chtof</owners>
<title>Doxie</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/doxie/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://download.getdoxie.com/DoxieSetup-2.13.exe'
checksum = 'a1e3bb833d5925aeee724f998119d2f43d9e5a34b32e1106904ca85d99b7aa66'
url = 'https://download.getdoxie.com/DoxieSetup-2.14.exe'
checksum = '7ae4eb07d2c26edb7a63b65b8f33bec8b4eb7a7d25aaac0615104ac619e6f8f7'
checksumType = 'sha256'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
Expand Down
2 changes: 1 addition & 1 deletion automatic/moneydance/moneydance.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>moneydance</id>
<version>0.0.3069</version>
<version>0.0.4054</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/moneydance</packageSourceUrl>
<owners>chtof</owners>
<title>Moneydance</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/moneydance/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

url64 = 'https://infinitekind.com/stabledl/current/Moneydance_windows_amd64.exe'
checksum64 = '30dc7146992c9eeef4c60d3eff7b63b7ccff96e8e79e3aa06378fd7d9d0e76c3'
checksum64 = '27c711ef3fc76ad413ef0ed06c333bce9ec3632a58ec122b08238a02c576fca2'
checksumType64 = 'sha256'

silentArgs = "-q"
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.4.10.msi
x64: https://download.wireguard.com/windows-client/wireguard-amd64-0.4.10.msi
x32: https://download.wireguard.com/windows-client/wireguard-x86-0.4.11.msi
x64: https://download.wireguard.com/windows-client/wireguard-amd64-0.4.11.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: F200ECED1A7D81941CD5317368B11C8CAFEACE0F36A61E50E34451B5AC86C2E4
checksum64: 93140DC3CD7DF571EE05A4A8A7C14095E5487C84C3F6E39815A584D16D3EEBB4
checksum32: A7A4FF4CD19B06FA42A24F597F8275886316B73B094157AA4459884FA84C40D5
checksum64: 647668DD264BE9A46780686466442C215056633F3AEB802041E06E5481FE048F

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.4.10.msi"
file64 = "$toolsDir\wireguard-amd64-0.4.10.msi"
file = "$toolsDir\wireguard-x86-0.4.11.msi"
file64 = "$toolsDir\wireguard-amd64-0.4.11.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.4.10</version>
<version>0.4.11</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 06d0a92

Please sign in to comment.