Skip to content

Commit

Permalink
slack: Update to version 4.40.128 (#14034)
Browse files Browse the repository at this point in the history
- Drop 32bit
- Fix autoupdate/urls

---------

Co-authored-by: Leo Liu <[email protected]>
Co-authored-by: HUMORCE <[email protected]>
  • Loading branch information
3 people authored Sep 17, 2024
1 parent be37108 commit e616cd4
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions bucket/slack.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.33.84",
"version": "4.40.128",
"description": "Collaboration software",
"homepage": "https://slack.com",
"license": {
Expand All @@ -8,12 +8,8 @@
},
"architecture": {
"64bit": {
"url": "https://downloads.slack-edge.com/releases/windows/4.33.84/prod/x64/slack-4.33.84-full.nupkg",
"hash": "sha1:9a78389571a517d136470f026ed6e7428601be0b"
},
"32bit": {
"url": "https://downloads.slack-edge.com/releases/windows/4.33.84/prod/ia32/slack-4.33.84-full.nupkg",
"hash": "sha1:a6b6f76d85abdc8e6a41b022cf4ae26807a9c3f4"
"url": "https://downloads.slack-edge.com/desktop-releases/windows/x64/4.40.128/slack-4.40.128-full.nupkg",
"hash": "sha1:e88fd97516a2195cdbb66ae025e47c3434723f79"
}
},
"extract_dir": "lib\\net45",
Expand All @@ -31,10 +27,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.slack-edge.com/releases/windows/$version/prod/x64/slack-$version-full.nupkg"
},
"32bit": {
"url": "https://downloads.slack-edge.com/releases/windows/$version/prod/ia32/slack-$version-full.nupkg"
"url": "https://downloads.slack-edge.com/desktop-releases/windows/x64/$version/slack-$version-full.nupkg"
}
},
"hash": {
Expand Down

0 comments on commit e616cd4

Please sign in to comment.