Skip to content

Commit

Permalink
AU: 4 updated - chirp chirp.install chirp.portable yara
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 21, 2023
1 parent b1546d1 commit 58f51a3
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
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>2023.04.18</version>
<version>2023.04.21</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-20230418/chirp-next-20230418-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_next/next-20230418/chirp-next-20230418-installer.exe
x32: https://trac.chirp.danplanet.com/chirp_next/next-20230421/chirp-next-20230421-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_next/next-20230421/chirp-next-20230421-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: F67C2EB19F939332329F574CF8AED91C4010156EF1703D082F3B38FC2D175180
checksum64: F67C2EB19F939332329F574CF8AED91C4010156EF1703D082F3B38FC2D175180
checksum32: EAA9FB81E677EE948626E9D410A09113B54B00BF11488EB3F0DFF7498B8A3F10
checksum64: EAA9FB81E677EE948626E9D410A09113B54B00BF11488EB3F0DFF7498B8A3F10

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-20230418-installer.exe"
file = "$toolsDir\chirp-next-20230421-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>2023.04.18</version>
<version>2023.04.21</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:

x32: https://trac.chirp.danplanet.com/chirp_next/next-20230418/chirp-next-20230418-win32.zip
x32: https://trac.chirp.danplanet.com/chirp_next/next-20230421/chirp-next-20230421-win32.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
checksum32: 6E8C61BE2DA460283B0A29AADD51BDBEF540DF281A62D21F1C1467A523B2DB22
checksum32: 5220F3C7EA5DB3CB6FCDD646D750C3951C54C25EB0C230C9B206D47E3A56ED63

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"
file = "$toolsDir\chirp-next-20230418-win32.zip"
file = "$toolsDir\chirp-next-20230421-win32.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>2023.04.18</version>
<version>2023.04.21</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="[2023.04.18]" />
<dependency id="chirp.install" version="[2023.04.21]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/yara/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://github.com//VirusTotal/yara/releases/download/v4.3.0/yara-4.3.0-2120-win32.zip
x64: https://github.com//VirusTotal/yara/releases/download/v4.3.0/yara-4.3.0-2120-win64.zip
x32: https://github.com//VirusTotal/yara/releases/download/v4.3.1/yara-4.3.1-2141-win32.zip
x64: https://github.com//VirusTotal/yara/releases/download/v4.3.1/yara-4.3.1-2141-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
checksum32: 22F243ABF2ADB778C4DD7E19673C2943E925A37E0B34FF2D094CF7BBE7A19B29
checksum64: F9A444F3DAF0AA6DDEEA673FF525C0D268EF838A518C38E57BB53F8EA8B16466
checksum32: 07A68A4DEFA6734884D5A21B0913E49D91B2E285D85D5F38BCD42DEB7FC6D4E2
checksum64: 841F0295380E549195B67BCE492611826194FBF6FA9D941A08C8626FB9D7DD14

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/VirusTotal/yara/master/COPYING
4 changes: 2 additions & 2 deletions automatic/yara/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\yara-4.3.0-2120-win32.zip"
file64 = "$toolsDir\yara-4.3.0-2120-win64.zip"
file = "$toolsDir\yara-4.3.1-2141-win32.zip"
file64 = "$toolsDir\yara-4.3.1-2141-win64.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/yara/yara.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>yara</id>
<version>4.3.0</version>
<version>4.3.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/yara</packageSourceUrl>
<owners>chtof</owners>
<title>Yara</title>
Expand Down

0 comments on commit 58f51a3

Please sign in to comment.