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 Mar 23, 2024
1 parent 2e90203 commit ac8c88c
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.37.94</version>
<version>4.37.98</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/desktop-releases/windows/ia32/4.37.94/slack-standalone-4.37.94.0.msi'
$checksum32 = '6fdafe9e119c96605fd5ba793ca0cb271208828853414f1bf9b446b00afb4cbc'
$url32 = 'https://downloads.slack-edge.com/desktop-releases/windows/ia32/4.37.98/slack-standalone-4.37.98.0.msi'
$checksum32 = '2abf624603c041befe18b0000970f0e57998d00de8c5d1cd96614f2c7fe110c3'
$checksumType32 = 'sha256'
$url64 = 'https://downloads.slack-edge.com/desktop-releases/windows/x64/4.37.94/slack-standalone-4.37.94.0.msi'
$checksum64 = '01dbd40d71d8e2bfc69d2d0c2b576cf4843427765487062d0a9a447ed00b4039'
$url64 = 'https://downloads.slack-edge.com/desktop-releases/windows/x64/4.37.98/slack-standalone-4.37.98.0.msi'
$checksum64 = '7d3cc9417e5a5c09329c55efc9d4393c1a57cd7a3d21a09ad1d82f25d985a9f7'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit ac8c88c

Please sign in to comment.