Skip to content

Commit

Permalink
AU: 3 updated - gridtracker photoflare.portable vuescan
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 15, 2023
1 parent 528ff83 commit ace8657
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/gridtracker/gridtracker.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>gridtracker</id>
<version>1.23.1014</version>
<version>1.23.1015</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/gridtracker</packageSourceUrl>
<owners>chtof</owners>
<title>GridTracker</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gridtracker/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://downloads.gridtracker.org/v1.23.1014/GridTracker-Installer.1.23.1014.exe'
checksum = '10f5afc4af96f737d0cdd34e4db238c9597a919eafe43401823f181408c633ba'
url = 'https://downloads.gridtracker.org/v1.23.1015/GridTracker-Installer.1.23.1015.exe'
checksum = '4769ddd0cdaa279ce53188df3973dad0af3dcf80ea3c1b2cb974ec49ed2bab65'
checksumType = 'sha256'

silentArgs = '/S'
Expand Down
4 changes: 2 additions & 2 deletions automatic/photoflare.portable/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://launchpad.net/photofiltre-lx/trunk/v1.6.12/+download/Photoflare_CE_1.6.12_amd64_win_portable.zip
x64: https://launchpad.net/photofiltre-lx/trunk/v1.6.13/+download/Photoflare_CE_1.6.13_amd64_win_portable.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: 3DE41AD5DFCF81E7E24E8C8FDC81174D1DF538E4E47596FDD06AC50CD3BAD636
checksum64: 6786FFAD82B997806FB411673A1BB554CED117BF62AC99B34054ECC323A40B80

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/PhotoFlare/photoflare/master/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/photoflare.portable/photoflare.portable.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>photoflare.portable</id>
<version>1.6.12</version>
<version>1.6.13</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/photoflare.portable</packageSourceUrl>
<owners>chtof</owners>
<title>PhotoFlare (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/photoflare.portable/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
destination = "$toolsDir"
file64 = "$toolsDir\Photoflare_CE_1.6.12_amd64_win_portable.zip"
file64 = "$toolsDir\Photoflare_CE_1.6.13_amd64_win_portable.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand All @@ -13,5 +13,5 @@ Remove-Item -Path $packageArgs.file64
# Install start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "PhotoFlare.lnk"
$targetPath = Join-Path $toolsDir "PhotoFlare_CE_1.6.12_amd64_win_portable\ce_photoflare.exe"
$targetPath = Join-Path $toolsDir "PhotoFlare_CE_1.6.13_amd64_win_portable\ce_photoflare.exe"
Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePath -targetPath $targetPath
2 changes: 1 addition & 1 deletion automatic/vuescan/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"ce4b205a40c988e8741e5ea0450747c3"|9.8.17
"459020b287124a4e98128818a8fccdc5"|9.8.18
4 changes: 2 additions & 2 deletions automatic/vuescan/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://www.hamrick.com/files/vuex3298.exe'
checksum = '52a87fec85d4395e6624df9bfe3ff0dfa4206eff564f3f2574058223f82d9261'
checksum = '406237d76aa58439fe176223a00674a08f5b281ec78767ebeb145e77b87bb78f'
checksumType = 'sha256'

url64 = 'https://www.hamrick.com/files/vuex6498.exe'
checksum64 = 'b728635c6b651acb9797fda30ebf5276b75e484acb101f590c99e365f97c88f6'
checksum64 = '88c9f67391202b037a668779aa4c87ca66924e61079a8ce78375780db02152c6'
checksumType64 = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/vuescan/vuescan.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>vuescan</id>
<version>9.8.17</version>
<version>9.8.18</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/vuescan</packageSourceUrl>
<owners>chtof</owners>
<title>VueScan</title>
Expand Down

0 comments on commit ace8657

Please sign in to comment.