Skip to content

Commit

Permalink
AU: 26 updated - chatty driverbooster elasticsearch firefox-dev firef…
Browse files Browse the repository at this point in the history
…ox-nightly googledrive jetbrainstoolbox kibana mariadb mariadb.install microsoft-windows-terminal mongodb mongodb.install mongodb.portable opera-developer orientdb pycharm pycharm-community trillian viber vlc-nightly vscode-ansible winrar zabbix-agent zabbix-agent.install zabbix-agent2

[skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/2622d5842f6e163b8d51ad8810bcba6244806297
  • Loading branch information
mkevenaar committed Feb 29, 2024
1 parent 025c73d commit 759732e
Show file tree
Hide file tree
Showing 80 changed files with 618 additions and 605 deletions.
2 changes: 1 addition & 1 deletion automatic/chatty/chatty.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"0.24": "0.24.1",
"0.25-rc": "0.25-b2",
"0.25": "0.25",
"0.26-rc": "0.26-b4",
"0.26-rc": "0.26-b5",
"0.19": "0.19",
"0.19-rc": "0.19-b4",
"0.20": "0.20",
Expand Down
2 changes: 1 addition & 1 deletion automatic/chatty/chatty.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>0.26-b4</version>
<version>0.26-b5</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/chatty/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/chatty/chatty/releases/download/v0.26-b4/Chatty_0.26-b4_win_standalone.zip>
32-Bit: <https://github.com/chatty/chatty/releases/download/v0.26-b5/Chatty_0.26-b5_win_standalone.zip>
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: 6DBC92900D8C27C025DABF45450E12B47CC4662562D7D4ADA1C19B97F5C6FC4C
checksum32: B0C137EAF7987FDF577FC22A03AEA47838D0084B8851EE670916BF7AB0805AD1

File 'LICENSE.txt' is obtained from <https://github.com/chatty/chatty/blob/master/LICENSE>

2 changes: 1 addition & 1 deletion automatic/chatty/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
file = "$toolsdir\Chatty_0.26-b4_win_standalone.zip"
file = "$toolsdir\Chatty_0.26-b5_win_standalone.zip"
validExitCodes = @(0)
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/driverbooster/driverbooster.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>11.2.0.46</version>
<version>11.3.0.43</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/driverbooster/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"3194478354"|11.2.0.46
"3554123057"|11.3.0.43
2 changes: 1 addition & 1 deletion automatic/driverbooster/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://cdn.iobit.com/dl/driver_booster_setup.exe'
$checksum = '064FABFF0D4742FDD06D64C85FAAE3381D772AC51D88432F8C0584581AA0A387'
$checksum = '39C6C6AECA196C769EC43EFCAFA1BFD83E4B666064815277F35C4076B319C122'

$checksumType = 'sha256'

Expand Down
2 changes: 1 addition & 1 deletion automatic/elasticsearch/elasticsearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"8.9": "8.9.2",
"8.10": "8.10.4",
"8.11": "8.11.4",
"8.12": "8.12.1"
"8.12": "8.12.2"
}
4 changes: 2 additions & 2 deletions automatic/elasticsearch/elasticsearch.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>8.12.1</version>
<version>8.12.2</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 All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Elasticsearch B.V.</copyright>
<tags>search REST analytics metrics</tags>
<releaseNotes>https://www.elastic.co/guide/en/elasticsearch/reference/8.12/release-notes-8.12.1.html</releaseNotes>
<releaseNotes>https://www.elastic.co/guide/en/elasticsearch/reference/8.12/release-notes-8.12.2.html</releaseNotes>
<licenseUrl>https://github.com/elastic/elasticsearch/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/elasticsearch</packageSourceUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/elasticsearch/tools/chocolateyBeforeModify.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$unPath = Join-Path $toolsDir 'Uninstall-ChocolateyPath.psm1'
Import-Module $unPath

$version = "8.12.1"
$version = "8.12.2"
$binPath = Join-Path $toolsDir "elasticsearch-$($version)\bin"
Uninstall-ChocolateyPath $binPath 'Machine'
6 changes: 3 additions & 3 deletions automatic/elasticsearch/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.12.1-windows-x86_64.zip'
$checksum = '70dd26c7afa168956f7c1a546d10668637a0a22a3351483a8ce9b323e2f2752c'
$url = 'https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.12.2-windows-x86_64.zip'
$checksum = '37914b9840c3af0b726d6a64c595a87fb247d2692cd7c3b8899cfe78693851e6'
$checksumType = 'sha256'
$version = "8.12.1"
$version = "8.12.2"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"nightly": "125.0.1.2024022009-alpha"
"nightly": "125.0.1.2024022821-alpha"
}
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.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>125.0.1.2024022009-alpha</version>
<version>125.0.1.2024022821-alpha</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
Loading

0 comments on commit 759732e

Please sign in to comment.