Skip to content

Commit

Permalink
AU: 3 updated - evernote jetbrainstoolbox nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Apr 16, 2024
1 parent febe6fa commit d088411
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/evernote/evernote.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>10.84.3</version>
<version>10.85.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 Down
2 changes: 1 addition & 1 deletion automatic/evernote/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"1b6e6271ae00bcfd505cf2a8ae457333"|10.84.3
"d124a16a91cf39caa41e8c428a975634"|10.85.2
2 changes: 1 addition & 1 deletion automatic/evernote/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ elseif ($osInfo.ProductType -ne 1) {

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://win.desktop.evernote.com/builds/Evernote-latest.exe'
$checksum = 'D2E45D69DFCF170C8836C59E1F15CB2212D3121C5C07E5B5922A9AFEDC026170'
$checksum = 'AE6D3CA951EB1E28BBE9E6D7ECD39648D4E8434435D8AF265951B29CEE66A0C3'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/jetbrainstoolbox/jetbrainstoolbox.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>2.2.3.20090</version>
<version>2.3.0.30876</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/jetbrainstoolbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.jetbrains.com/toolbox/jetbrains-toolbox-2.2.3.20090.exe'
$checksum = '5494e7e79b543ad022a2cdbb103b0b985cc14a7c564c35d1c0963d0b75c2989a'
$url = 'https://download.jetbrains.com/toolbox/jetbrains-toolbox-2.3.0.30876.exe'
$checksum = '38fe37627a93f2904bb2a77769b1ffe53e833d84f3e1ddca768c573c298d39fc'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions automatic/nginx/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ 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://nginx.org/download/nginx-1.25.4.zip>
32-Bit: <https://nginx.org/download/nginx-1.25.5.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: A4FEA7945477882836B9721FC9F8F861406CEC1850F6DD91F4410BE20BDE47D2
checksum32: 8F3A810C822E4F18735F9528B4B02EEBE6B31D3AFCE6EA257F88617F782EC439

File 'LICENSE.txt' is obtained from <https://nginx.org/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nginx/nginx.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.25.4</version>
<version>1.25.5</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/nginx/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $pp = Get-PackageParameters

$arguments = @{
packageName = $env:chocolateyPackageName
file = "$toolsDir\nginx-1.25.4.zip"
file = "$toolsDir\nginx-1.25.5.zip"
destination = if ($pp.installLocation) { $pp.installLocation } else { Get-ToolsLocation }
port = if ($pp.Port) { $pp.Port } else { 80 }
serviceName = if ($pp.NoService) { $null } elseif ($pp.serviceName) { $pp.serviceName } else { 'nginx' }
Expand Down

0 comments on commit d088411

Please sign in to comment.