Skip to content

Commit

Permalink
AU: 2 updated - hugin hugin.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 11, 2023
1 parent ca637af commit 57a914a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/hugin.install/hugin.install.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>hugin.install</id>
<version>2022.0.0</version>
<version>2023.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/hugin.install</packageSourceUrl>
<owners>chtof</owners>
<title>Hugin (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/hugin.install/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://cytranet.dl.sourceforge.net/project/hugin/hugin/hugin-2022.0/Hugin-2022.0.0-win64.msi
x64: https://cytranet.dl.sourceforge.net/project/hugin/hugin/hugin-2022.0/Hugin-2022.0.0-win64.msi
x32: https://phoenixnap.dl.sourceforge.net/project/hugin/hugin/hugin-2023.0/Hugin-2023.0.0-win64.msi
x64: https://phoenixnap.dl.sourceforge.net/project/hugin/hugin/hugin-2023.0/Hugin-2023.0.0-win64.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: 2EDBE698562FB1E963AC5B19A3C42ED80CAF6AC9F81D59D5E4C359205B6E84EC
checksum64: 2EDBE698562FB1E963AC5B19A3C42ED80CAF6AC9F81D59D5E4C359205B6E84EC
checksum32: 4E50FEE2D33ED405F82F3506BBBEEFD151C46CABA62F0387645F1091C3461B81
checksum64: 4E50FEE2D33ED405F82F3506BBBEEFD151C46CABA62F0387645F1091C3461B81

File 'LICENSE.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/hugin.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
filetype = 'MSI'
file = "$toolsDir\Hugin-2022.0.0-win64.msi"
file = "$toolsDir\Hugin-2023.0.0-win64.msi"
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes= @(0, 3010, 1641)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/hugin/hugin.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>hugin</id>
<version>2022.0.0</version>
<version>2023.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/hugin</packageSourceUrl>
<owners>chtof</owners>
<title>Hugin</title>
Expand Down Expand Up @@ -40,7 +40,7 @@ Starting with version 2011.2.0, Hugin is scriptable in Python. The scripting fun
]]></description>
<releaseNotes>http://hugin.sourceforge.net/releases</releaseNotes>
<dependencies>
<dependency id="hugin.install" version="[2022.0.0]" />
<dependency id="hugin.install" version="[2023.0.0]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 57a914a

Please sign in to comment.