Skip to content

Commit

Permalink
AU: 1 updated - slack
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Dec 11, 2023
1 parent b156494 commit d1cac36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/slack/slack.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>4.35.131</version>
<version>4.36.134</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, kendaleiv</owners>
<!-- ============================== -->
Expand Down
8 changes: 4 additions & 4 deletions automatic/slack/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://downloads.slack-edge.com/releases/windows/4.35.131/prod/ia32/slack-standalone-4.35.131.0.msi'
$checksum32 = 'd37499f3ef28faf8357c57e26974e3f140cfe20359acd372df5889781e228206'
$url32 = 'https://downloads.slack-edge.com/releases/windows/4.36.134/prod/ia32/slack-standalone-4.36.134.0.msi'
$checksum32 = '1294747f064230bf6e52226fcf28dff4d642816f1063517bd7d4671a1ce3e508'
$checksumType32 = 'sha256'
$url64 = 'https://downloads.slack-edge.com/releases/windows/4.35.131/prod/x64/slack-standalone-4.35.131.0.msi'
$checksum64 = '9b1561ff02965194edfbdc2ea9467dcf8908e31317aafa663c1895fdd9ce22af'
$url64 = 'https://downloads.slack-edge.com/releases/windows/4.36.134/prod/x64/slack-standalone-4.36.134.0.msi'
$checksum64 = '8edadcdd77e6f299ce3b977ba28e8bebc515cda53ab2c2614724b157ab99750a'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit d1cac36

Please sign in to comment.