Skip to content

Commit f551171

Browse files
authored
Merge pull request Homebrew#202807 from Homebrew/bump-slackdump-2.6.1
slackdump 2.6.1
2 parents ffa0123 + 344450f commit f551171

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/slackdump.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Slackdump < Formula
22
desc "Export Slack data without admin privileges"
33
homepage "https://github.com/rusq/slackdump"
4-
url "https://github.com/rusq/slackdump/archive/refs/tags/v2.6.0.tar.gz"
5-
sha256 "794866c8c72c89a4f5cab3917c4ed4eba00928841e17e6082213eb9a4ffe7df0"
4+
url "https://github.com/rusq/slackdump/archive/refs/tags/v2.6.1.tar.gz"
5+
sha256 "19f4ec001a818c85836385cbe76a39aafecf86d23101f1b306459473dccb32a4"
66
license "GPL-3.0-only"
77
head "https://github.com/rusq/slackdump.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9bffd112bc0726b9b5496a7a75f807be85ebb1c221c096ec14464ba08c984388"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9bffd112bc0726b9b5496a7a75f807be85ebb1c221c096ec14464ba08c984388"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9bffd112bc0726b9b5496a7a75f807be85ebb1c221c096ec14464ba08c984388"
13-
sha256 cellar: :any_skip_relocation, sonoma: "e5d75f6440152103e83f240ac04ccbcd512371c21dbb7aa869b74bd20a27363e"
14-
sha256 cellar: :any_skip_relocation, ventura: "e5d75f6440152103e83f240ac04ccbcd512371c21dbb7aa869b74bd20a27363e"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fdc3593e8dd9f95fb20e6f7444d512082bfe12326cd33352f27213e8d44ba9af"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c9aa2cc1d605a3384df2551f8a74265e2847bd6684416bc8b75ce532cf1e2b67"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c9aa2cc1d605a3384df2551f8a74265e2847bd6684416bc8b75ce532cf1e2b67"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c9aa2cc1d605a3384df2551f8a74265e2847bd6684416bc8b75ce532cf1e2b67"
13+
sha256 cellar: :any_skip_relocation, sonoma: "56ad57ba06cb38df7e270c99ae69e1cec62dc6dee7477e958ae59e179bc2bbc4"
14+
sha256 cellar: :any_skip_relocation, ventura: "56ad57ba06cb38df7e270c99ae69e1cec62dc6dee7477e958ae59e179bc2bbc4"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4941b690a8ca8c9a4f84c964f7da7747facc0bd641c17f105d380110755c575c"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)