Skip to content

Commit

Permalink
AU: 2 updated - veusz zerotier-one
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Nov 1, 2022
1 parent 3e50de7 commit 304f61a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions automatic/veusz/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/veusz/veusz/releases/download/veusz-3.5/veusz-3.5-x64-windows-setup.exe>
32-Bit: <https://github.com/veusz/veusz/releases/download/veusz-3.5.3/veusz-3.5.3-x64-windows-setup.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 75702A2AED6C56EAC5D8FE6BB0D52EB4FFD0F9BAF6CFC64ED0EC7E0A0967B3CB
checksum32: ABD87E0BE9C3E8DE698EE7409426F95020CB1A04A86D9C5490D39857A766FEB7

File 'LICENSE.txt' is obtained from <https://github.com/veusz/veusz/blob/master/COPYING>
2 changes: 1 addition & 1 deletion automatic/veusz/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\veusz-3.5-x64-windows-setup.exe"
file = "$toolsDir\veusz-3.5.3-x64-windows-setup.exe"
softwareName = 'veusz*'
silentArgs = "/S"
validExitCodes= @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/veusz/veusz.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>3.5</version>
<version>3.5.3</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/zerotier-one/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <https://download.zerotier.com/RELEASES/1.10.1/dist/ZeroTier%20One.msi>
32-Bit: <https://download.zerotier.com/RELEASES/1.10.2/dist/ZeroTier%20One.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 95E14559F780184C4E4220164D89F8BAEEFF960CB45BB089E66A652E334CBDD9
checksum32: 9203890D8533D341580600B93F3F5685240BDAE10F4319748567DDA1A69634FB

File 'LICENSE.txt' is obtained from <https://github.com/zerotier/ZeroTierOne/blob/master/COPYING>

2 changes: 1 addition & 1 deletion automatic/zerotier-one/zerotier-one.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>1.10.1</version>
<version>1.10.2</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down

0 comments on commit 304f61a

Please sign in to comment.