Skip to content

Commit d0039fb

Browse files
authored
Merge pull request Homebrew#228433 from Homebrew/bump-slackdump-3.1.6
slackdump 3.1.6
2 parents 903cf33 + db840d4 commit d0039fb

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.1.5.tar.gz"
5-
sha256 "86339399bc37253a77bccf13bd7f61d82bb437781489a0745664af95fc5c70b1"
4+
url "https://github.com/rusq/slackdump/archive/refs/tags/v3.1.6.tar.gz"
5+
sha256 "452049fbea70f0793726fe3240b0496b3b414306a7c01b03c4d173f5197544fa"
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: "3ee39eb8525506ab19e3b2de8b4a2f069b625248f48219e84468066ada4e5f01"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3ee39eb8525506ab19e3b2de8b4a2f069b625248f48219e84468066ada4e5f01"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3ee39eb8525506ab19e3b2de8b4a2f069b625248f48219e84468066ada4e5f01"
13-
sha256 cellar: :any_skip_relocation, sonoma: "2efd7425f26f73e8b4c8397cedfb3c9e928b81caf3d8490554c22656d442e0b1"
14-
sha256 cellar: :any_skip_relocation, ventura: "2efd7425f26f73e8b4c8397cedfb3c9e928b81caf3d8490554c22656d442e0b1"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4a02d208979b88a73b1dbec08123b3bcc8985dafd45ddefe974cd6f111c3847a"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4f0cce64881d858421d4f8ece555735f8fb348324d2c8a91aa501835da112cd2"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f0cce64881d858421d4f8ece555735f8fb348324d2c8a91aa501835da112cd2"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "4f0cce64881d858421d4f8ece555735f8fb348324d2c8a91aa501835da112cd2"
13+
sha256 cellar: :any_skip_relocation, sonoma: "b3f3f7b43dbfa6ac3e5592858a88a8b06147e5bc93f09e4b7016ca491858673a"
14+
sha256 cellar: :any_skip_relocation, ventura: "b3f3f7b43dbfa6ac3e5592858a88a8b06147e5bc93f09e4b7016ca491858673a"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8fab950717c850a236698d70d775b7d6f255e1e4ebfda4c58277528c29fb3666"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)