Skip to content

Commit

Permalink
AU: 8 updated - ausweisapp2 chirp chirp.install chirp.portable gbstud…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 29, 2024
1 parent bb2f753 commit 7f5f6e9
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion automatic/ausweisapp2/ausweisapp2.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>ausweisapp2</id>
<version>2.0.3</version>
<version>2.1.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ausweisapp2</packageSourceUrl>
<owners>chtof</owners>
<title>AusweisApp 2</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/ausweisapp2/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://www.ausweisapp.bund.de//fileadmin/user_upload/Software/AusweisApp-2.0.3.msi
x64: https://www.ausweisapp.bund.de//fileadmin/user_upload/Software/AusweisApp-2.0.3.msi
x32: https://www.ausweisapp.bund.de//fileadmin/user_upload/Software/AusweisApp-2.1.0.msi
x64: https://www.ausweisapp.bund.de//fileadmin/user_upload/Software/AusweisApp-2.1.0.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: 0FA81B5EA1C6B296E2291DCB51054F3BBBEEDF48EFA71050D81D26A277E5DC41
checksum64: 0FA81B5EA1C6B296E2291DCB51054F3BBBEEDF48EFA71050D81D26A277E5DC41
checksum32: 32E547F53BB800E30EED952D60D76E91AB0DCE45FDC397C8D0DE35FB73E775DF
checksum64: 32E547F53BB800E30EED952D60D76E91AB0DCE45FDC397C8D0DE35FB73E775DF

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/Governikus/AusweisApp2/community/LICENSE.txt
2 changes: 1 addition & 1 deletion automatic/ausweisapp2/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\AusweisApp-2.0.3.msi"
file = "$toolsDir\AusweisApp-2.1.0.msi"
silentArgs = "/qn /norestart /l*v `"$env:TEMP\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/chirp.install/chirp.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>chirp.install</id>
<version>2024.02.24</version>
<version>2024.02.29</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/chirp.install</packageSourceUrl>
<owners>chtof</owners>
<title>CHIRP (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chirp.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://trac.chirp.danplanet.com/chirp_next/next-20240224/chirp-next-20240224-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_next/next-20240224/chirp-next-20240224-installer.exe
x32: https://trac.chirp.danplanet.com/chirp_next/next-20240229/chirp-next-20240229-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_next/next-20240229/chirp-next-20240229-installer.exe

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: A4F27DA8A6931D4388A93701E90E6FFC049B19160A9EB5BF5134FEE99B8A195C
checksum64: A4F27DA8A6931D4388A93701E90E6FFC049B19160A9EB5BF5134FEE99B8A195C
checksum32: 826F02A856D777A429695A9ABAE2239134A0A6B380F4A8DC32F09457B8514F19
checksum64: 826F02A856D777A429695A9ABAE2239134A0A6B380F4A8DC32F09457B8514F19

File 'LICENSE.txt' is obtained from:
http://chirp.danplanet.com/projects/chirp/repository/revisions/222c1830b798/entry/COPYING
2 changes: 1 addition & 1 deletion automatic/chirp.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 = 'exe'
file = "$toolsDir\chirp-next-20240224-installer.exe"
file = "$toolsDir\chirp-next-20240229-installer.exe"
silentArgs = '/S'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/chirp.portable/chirp.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>chirp.portable</id>
<version>2024.02.24</version>
<version>2024.02.29</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/chirp.portable</packageSourceUrl>
<owners>chtof</owners>
<title>CHIRP (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chirp.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Download:

x64: https://trac.chirp.danplanet.com/chirp_next/next-20240224/chirp-next-20240224-win64.zip
x64: https://trac.chirp.danplanet.com/chirp_next/next-20240229/chirp-next-20240229-win64.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: 50650758955D2D74829B1BCEFC866A9A71B7E020F75B5AC222A5EC4EB83E9880
checksum64: DFFA98680A3A186EADAB40C91F348BE22CC967AD7D4E3F918399F7804565E5F9

File 'LICENSE.txt' is obtained from:
http://chirp.danplanet.com/projects/chirp/repository/revisions/222c1830b798/entry/COPYING
2 changes: 1 addition & 1 deletion automatic/chirp.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\chirp-next-20240224-win64.zip"
file64 = "$toolsDir\chirp-next-20240229-win64.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/chirp/chirp.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>chirp</id>
<version>2024.02.24</version>
<version>2024.02.29</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/chirp</packageSourceUrl>
<owners>chtof</owners>
<title>CHIRP</title>
Expand All @@ -26,7 +26,7 @@ CHIRP is distributed as a series of automatically-generated builds. Any time we
]]></description>
<releaseNotes>http://chirp.danplanet.com/projects/chirp/repository/revisions</releaseNotes>
<dependencies>
<dependency id="chirp.install" version="[2024.02.24]" />
<dependency id="chirp.install" version="[2024.02.29]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gbstudio.install/gbstudio.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>gbstudio.install</id>
<version>3.2.0</version>
<version>3.2.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/gbstudio.install</packageSourceUrl>
<owners>chtof</owners>
<title>GB Studio (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/gbstudio.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir

url = 'https://github.com//chrismaltby/gb-studio/releases/download/v3.2.0/gb-studio-windows-32bit-installer.zip'
checksum = 'ed04d4ee0de4626693aedfdfd2eebaeff5b2ff1b71d408f138026b6095c366f7'
url = 'https://github.com//chrismaltby/gb-studio/releases/download/v3.2.1/gb-studio-windows-32bit-installer.zip'
checksum = '09feb3faad0dc6155e1af5848821a39acbd9dd75e1f90e69d3136118040e4146'
checksumType = 'sha256'

url64 = 'https://github.com//chrismaltby/gb-studio/releases/download/v3.2.0/gb-studio-windows-64bit-installer.zip'
checksum64 = '6602b647a2ea1a4cfff9ac1c7addbf6a1120bd88e1301a077381cb4aadd7a612'
url64 = 'https://github.com//chrismaltby/gb-studio/releases/download/v3.2.1/gb-studio-windows-64bit-installer.zip'
checksum64 = '6ac6faa0dea1165246afdf8a10277a616706ec9a06de9f5fba7d05a92caa4f49'
checksumType64= 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/gbstudio.portable/gbstudio.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>gbstudio.portable</id>
<version>3.2.0</version>
<version>3.2.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/gbstudio.portable</packageSourceUrl>
<owners>chtof</owners>
<title>GB Studio (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/gbstudio.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$toolsDir"

url = 'https://github.com//chrismaltby/gb-studio/releases/download/v3.2.0/gb-studio-windows-32bit-standalone.zip'
checksum = 'ae79da6d8b8f6dc72cc22703863d346b3da4c8296da699f06683306973196dc2'
url = 'https://github.com//chrismaltby/gb-studio/releases/download/v3.2.1/gb-studio-windows-32bit-standalone.zip'
checksum = '43a64a5d0094f67623e4e58cafafce55f4a0fbf1c22d8b6665765efb45861304'
checksumType = 'sha256'

url64 = 'https://github.com//chrismaltby/gb-studio/releases/download/v3.2.0/gb-studio-windows-64bit-standalone.zip'
checksum64 = '5463a001930ea0ff7c81f524a89093fff9d9a785849458227980fe761ece39a0'
url64 = 'https://github.com//chrismaltby/gb-studio/releases/download/v3.2.1/gb-studio-windows-64bit-standalone.zip'
checksum64 = '59d81e410937f2022c650183579fddd05500b2803d17466e1beb792c88d95cab'
checksumType64= 'sha256'
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/gbstudio/gbstudio.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>gbstudio</id>
<version>3.2.0</version>
<version>3.2.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/gbstudio</packageSourceUrl>
<owners>chtof</owners>
<title>GB Studio</title>
Expand Down Expand Up @@ -46,7 +46,7 @@ GB Studio comes with a web based emulator that even works great on mobile. You c
]]></description>
<releaseNotes>https://github.com/chrismaltby/gb-studio/releases</releaseNotes>
<dependencies>
<dependency id="gbstudio.install" version="3.2.0" />
<dependency id="gbstudio.install" version="3.2.1" />
</dependencies>
</metadata>
<files></files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vuescan/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"d923830907c71f83d13c059f0956ac40"|9.8.27
"36ff51331d515f39cb8086f73a9e31f3"|9.8.28
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 = '757309003e052d8c5fff3937ef4fa9beccbb36b09bc17f3c6fb7c5a0f23862f8'
checksum = 'a462bc3d7bd81d1da3b2f26a89f3d2a8cff54e4ebd3319275f7bf361855c33c8'
checksumType = 'sha256'

url64 = 'https://www.hamrick.com/files/vuex6498.exe'
checksum64 = '3527744aaf17f5d38a0351a5a1f0efcc09530140a192fed170f682305d4b786b'
checksum64 = '9193854d4b2c36adf43e8e7a39f102c504d3278eea6c4df8f02d35c6c02c17d5'
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.27</version>
<version>9.8.28</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 7f5f6e9

Please sign in to comment.