Skip to content

Commit

Permalink
AU: 3 updated - googledrive prowlarr vscode-ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jun 20, 2024
1 parent 99aebc5 commit a7ca07e
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/googledrive/googledrive.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>92.0.0.0</version>
<version>92.0.1.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
2 changes: 1 addition & 1 deletion automatic/googledrive/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"293a660"|92.0.0.0
"2b6a3f7"|92.0.1.0
4 changes: 2 additions & 2 deletions automatic/googledrive/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
. $toolsDir\helpers.ps1

[version] $softwareVersion = '92.0.0.0'
[version] $softwareVersion = '92.0.1.0'
$installedVersion = Get-InstalledVersion

if ($installedVersion -eq $softwareVersion -and !$env:ChocolateyForce) {
Expand All @@ -16,7 +16,7 @@ else {
}

$url = 'https://dl.google.com/drive-file-stream/GoogleDriveSetup.exe'
$checksum = '834E69AD55A9D9B8C700DEC671660AE703B15462159EFBA0B8E65ABAE45E850C'
$checksum = '8406A68DCBD5F92EB89181D5A03DAFC18CD13AAFC406DE50D4E3B43381E6C01E'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
10 changes: 5 additions & 5 deletions automatic/prowlarr/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from their official download link listed on <https://github.com/Prowlarr/Prowlarr/releases/tag/v1.18.0.4543>
The installer have been downloaded from their official download link listed on <https://github.com/Prowlarr/Prowlarr/releases/tag/v1.19.0.4568>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/Prowlarr/Prowlarr/releases/download/v1.18.0.4543/Prowlarr.master.1.18.0.4543.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Prowlarr/Prowlarr/releases/download/v1.18.0.4543/Prowlarr.master.1.18.0.4543.windows-core-x64-installer.exe>
32-Bit: <https://github.com/Prowlarr/Prowlarr/releases/download/v1.19.0.4568/Prowlarr.master.1.19.0.4568.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Prowlarr/Prowlarr/releases/download/v1.19.0.4568/Prowlarr.master.1.19.0.4568.windows-core-x64-installer.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 1F17D4A8184AF17CDB6C19522F3CC94D4CECF1ADEC651C64D3061BF2E1B0623C
checksum64: 9D0A93B542D14B889C9D3534941B08985BC7A3E615B07B15C8D5A1B37D202476
checksum32: D5BFF441A780B3ED5437A8DAD238442AFD2BCC89BA7C967D16BF7559FCB33CC7
checksum64: 614368EF485A16B871AE33C4633B6FE3AC7085D9CD0D33C703F7CD526AB19297

File 'LICENSE.txt' is obtained from <https://github.com/Prowlarr/Prowlarr/blob/develop/LICENSE>
2 changes: 1 addition & 1 deletion automatic/prowlarr/prowlarr.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>1.18.0.4543</version>
<version>1.19.0.4568</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/prowlarr/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $servicename = 'prowlarr'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\Prowlarr.master.1.18.0.4543.windows-core-x86-installer.exe"
file64 = "$toolsDir\Prowlarr.master.1.18.0.4543.windows-core-x64-installer.exe"
file = "$toolsDir\Prowlarr.master.1.19.0.4568.windows-core-x86-installer.exe"
file64 = "$toolsDir\Prowlarr.master.1.19.0.4568.windows-core-x64-installer.exe"
softwareName = 'Prowlarr*'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-ansible/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# clean up old extension
Uninstall-VsCodeExtension -extensionId 'vscoss.vscode-ansible'

Install-VsCodeExtension -extensionId 'redhat.ansible@24.6.138529'
Install-VsCodeExtension -extensionId 'redhat.ansible@24.6.670166'
2 changes: 1 addition & 1 deletion automatic/vscode-ansible/vscode-ansible.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>24.6.138529</version>
<version>24.6.670166</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down

0 comments on commit a7ca07e

Please sign in to comment.