Skip to content

Commit 48c73d6

Browse files
authored
Merge pull request #216955 from Homebrew/bump-slackdump-3.0.9
slackdump 3.0.9
2 parents 56fd9a1 + e38d99f commit 48c73d6

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/v3.0.8.tar.gz"
5-
sha256 "4357df862912b890bb53826bc0c4c3dd61daadabec1fde56b88ad7a2ac31de43"
4+
url "https://github.com/rusq/slackdump/archive/refs/tags/v3.0.9.tar.gz"
5+
sha256 "b668c9270a6a42a634544e413f87c6fb5411960f9af050d0d3761cd00314fa1e"
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: "f1831b31d64f92c1d70d2da124b8db314ceb2383f725ab80f2832d71e8e2cf83"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1831b31d64f92c1d70d2da124b8db314ceb2383f725ab80f2832d71e8e2cf83"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f1831b31d64f92c1d70d2da124b8db314ceb2383f725ab80f2832d71e8e2cf83"
13-
sha256 cellar: :any_skip_relocation, sonoma: "4c06ad2540671534e17898d36d544939c0dc064252b46f5f17d95dbc9eb63115"
14-
sha256 cellar: :any_skip_relocation, ventura: "4c06ad2540671534e17898d36d544939c0dc064252b46f5f17d95dbc9eb63115"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "204e95e24077a4eb4d3770aa66da41e5e8b9a29f696a957c0bf530ebe7e4fd2f"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "652eb3919ebcbecdfc9b46e269db2ac2a96941bc65048792302e5ca41922c8e2"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "652eb3919ebcbecdfc9b46e269db2ac2a96941bc65048792302e5ca41922c8e2"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "652eb3919ebcbecdfc9b46e269db2ac2a96941bc65048792302e5ca41922c8e2"
13+
sha256 cellar: :any_skip_relocation, sonoma: "bd85bae5823a3a8364a162e39083e0148f5e807e8994bc451abcf1f4a07e773c"
14+
sha256 cellar: :any_skip_relocation, ventura: "bd85bae5823a3a8364a162e39083e0148f5e807e8994bc451abcf1f4a07e773c"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4f879f38b842813bc79f8488898b0491262ec70616465d8d765ed783351af9ef"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)