Skip to content

Commit

Permalink
AU: 5 updated - chirp chirp.install chirp.portable spacedesk-client s…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 18, 2021
1 parent a5d219e commit c2f137c
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 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>2021.11.16</version>
<version>2021.11.18</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_daily/daily-20211116/chirp-daily-20211116-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_daily/daily-20211116/chirp-daily-20211116-installer.exe
x32: https://trac.chirp.danplanet.com/chirp_daily/daily-20211118/chirp-daily-20211118-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_daily/daily-20211118/chirp-daily-20211118-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: 94DE7A89A7A61A0B281727FE48E1D96CB6D57D49EBEAC871F88895FD3A74788F
checksum64: 94DE7A89A7A61A0B281727FE48E1D96CB6D57D49EBEAC871F88895FD3A74788F
checksum32: B1FF28272CB6AAE5A3485434C5C256C9582FF9A35BCD759736244345713CBC57
checksum64: B1FF28272CB6AAE5A3485434C5C256C9582FF9A35BCD759736244345713CBC57

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-daily-20211116-installer.exe"
file = "$toolsDir\chirp-daily-20211118-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>2021.11.16</version>
<version>2021.11.18</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_daily/daily-20211116/chirp-daily-20211116-win32.zip
x32: https://trac.chirp.danplanet.com/chirp_daily/daily-20211118/chirp-daily-20211118-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: 3F7689D235438928944731E664CC7D36EC91239B8902561929AA86AE1F295ECE
checksum32: 70F904BC893ED3262BF82A10242C2E68C1988ABCCC0C058CC76CBC281801BBBF

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-daily-20211116-win32.zip"
file = "$toolsDir\chirp-daily-20211118-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>2021.11.16</version>
<version>2021.11.18</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="[2021.11.16]" />
<dependency id="chirp.install" version="[2021.11.18]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spacedesk-client/spacedesk-client.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>spacedesk-client</id>
<version>1.0.18</version>
<version>1.0.22</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/spacedesk-client</packageSourceUrl>
<owners>chtof</owners>
<title>Spacedesk Viewer Software for SECONDARY machine (client)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/spacedesk-client/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
filetype = 'MSI'

url = 'https://spacedesk.net/downloads/spacedeskWindowsVIEWER_v0932_BETA.msi'
checksum = 'b01e055fbdef394cdf69e32c7eb0d817867c0e31d13d9eca3f63d48455e9750a'
url = 'https://spacedesk.net/downloads/spacedeskWindowsVIEWER_v0933_BETA.msi'
checksum = '04b06145e071cb7f78b82e043eadede073e400274d673e4627a6b6d1223e5878'
checksumType = 'sha256'

silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/spacedesk-server/spacedesk-server.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>spacedesk-server</id>
<version>1.0.18</version>
<version>1.0.22</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/spacedesk-server</packageSourceUrl>
<owners>chtof</owners>
<title>Spacedesk Driver Software for Windows PRIMARY PC (server)</title>
Expand Down
12 changes: 6 additions & 6 deletions automatic/spacedesk-server/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
$ErrorActionPreference = 'Stop';

if ( [environment]::OSVersion.Version.Major -ge 10 ) {
$url32_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_32_v1018_BETA.msi'
$url32_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_32_v1022_BETA.msi'
$checksum32_win10 = ''
$url32 = $url32_win10
$checksum32 = $checksum32_win10
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v1018_BETA.msi'
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v1022_BETA.msi'
$checksum64_win10 = ''
$url64 = $url64_win10
$checksum64 = $checksum64_win10
} elseif ( ( [environment]::OSVersion.Version.Major -ge 7 ) -or
( ( [environment]::OSVersion.Version.Major -eq 6 ) -and
( [environment]::OSVersion.Version.Minor -eq 1 ) ) ) {
$url32_win7_81 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_8.1_32_v102_BETA.msi'
$checksum32_win7_81 = '3adbbaec21a985b2a18e46665e07dce233ea90756c96e262b6e2e8c13b1bef3f'
$url32_win7_81 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_8.1_32_v1020_BETA.msi'
$checksum32_win7_81 = 'bf1ebdd47c86cf08a0ad2eb236dd6fb1a5e90989268b5cdbd38ffdbca70a66e3'
$url32 = $url32_win7_81
$checksum32 = $checksum32_win7_81
$url64_win7_81 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_8.1_64_v102_BETA.msi'
$checksum64_win7_81 = 'd1aa548b51f504fb096b38ce3dd877cbb989679ae856734ede03c90d2eb122b1'
$url64_win7_81 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_8.1_64_v1020_BETA.msi'
$checksum64_win7_81 = '4ee3ab8cf0ac8797d658821ffea153ecb6dee6625f0e4a3dd1d2cdb90462dbf6'
$url64 = $url64_win7_81
$checksum64 = $checksum64_win7_81
} else {
Expand Down

0 comments on commit c2f137c

Please sign in to comment.