Skip to content

Commit

Permalink
AU: 3 updated - grafana-agent intellijidea-edu jetbrainstoolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Sep 29, 2022
1 parent 0cbd347 commit 0fcf71f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/grafana-agent/grafana-agent.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.27.1</version>
<version>0.28.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, Simon Baerlocher</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/grafana-agent/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/grafana/agent/releases/download/v0.27.1/grafana-agent-installer.exe>
32-Bit: <https://github.com/grafana/agent/releases/download/v0.28.0/grafana-agent-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: 414664A0995E5D8E9D02F873629DC70F5B50BBC87F566BD7AC4337B54020F635
checksum32: A0E7EEA92E4FBF553808C5A5884BAAD6936E260381DC04FCA23275717A15B51C

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

2 changes: 1 addition & 1 deletion automatic/intellijidea-edu/intellijidea-edu.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>2022.2</version>
<version>2022.2.1</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/intellijidea-edu/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/idea/ideaIE-2022.2.exe'
$checksum = '65144c79d4033ec43ee22daaca5fc45927117b40a381bdf0cad2cb46f06c0afb'
$url = 'https://download.jetbrains.com/idea/ideaIE-2022.2.1.exe'
$checksum = 'd68f56f194ddfa46be2a5125b58e1e4b91d7d01454bccb0d558c233ef7b00b4d'
$checksumType = 'sha256'

# Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935
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>1.26.0.13072</version>
<version>1.26.1.13138</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-1.26.0.13072.exe'
$checksum = 'b15c0c8f4315793914b996c49301ffd5eb79751afab29ff0c86194a923cbb3ee'
$url = 'https://download.jetbrains.com/toolbox/jetbrains-toolbox-1.26.1.13138.exe'
$checksum = 'e67359f8349d317b4bb37573a98f5517b2eaddf670125390e60017be631d595d'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 0fcf71f

Please sign in to comment.