Skip to content

Commit daf90f7

Browse files
authored
Merge pull request #212366 from Homebrew/bump-soft-serve-0.8.4
soft-serve 0.8.4
2 parents 42f4204 + 7732a2f commit daf90f7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/soft-serve.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class SoftServe < Formula
22
desc "Mighty, self-hostable Git server for the command-line"
33
homepage "https://github.com/charmbracelet/soft-serve"
4-
url "https://github.com/charmbracelet/soft-serve/archive/refs/tags/v0.8.2.tar.gz"
5-
sha256 "2a55fcc97ee3a67714b7b22f2a56be3835e65bd8bd477c311af331dacc807032"
4+
url "https://github.com/charmbracelet/soft-serve/archive/refs/tags/v0.8.4.tar.gz"
5+
sha256 "bda96769292b74e8c3a67b8b325db735d7fc63f1f3ee7ffa3965c363bf5e7a0f"
66
license "MIT"
77
head "https://github.com/charmbracelet/soft-serve.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "85bc09fd28e5c098ab0990635acdd54b69852b952542d4fef2d3613fdf5ded86"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "85bc09fd28e5c098ab0990635acdd54b69852b952542d4fef2d3613fdf5ded86"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "85bc09fd28e5c098ab0990635acdd54b69852b952542d4fef2d3613fdf5ded86"
13-
sha256 cellar: :any_skip_relocation, sonoma: "48decefca6c0282b3a1c48b74aa616198ebd5ac9aca9ea8308d0190639e33e68"
14-
sha256 cellar: :any_skip_relocation, ventura: "48decefca6c0282b3a1c48b74aa616198ebd5ac9aca9ea8308d0190639e33e68"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e34f3cf4b7d5921712f10a2582325d513587d94ff70786d1b5ec72904cc35402"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "22adeda5f60af034870f2b3c0fa93ce107983a46d95e0caa6dec72642935d098"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "08823daf57dbc43f71a8adbdca7ff2498eb1c1c8fc262357b15b97bd91399081"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "08dbcc0ef9e3139310ca0f7744275ca8e09cb3ca92c55107af5577a48777dd7b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "95a855fb9dab72847a26475a3b6dd9755820430eb99161f7258dd6285c53dba0"
14+
sha256 cellar: :any_skip_relocation, ventura: "43524edfb8c69e7eb522b5c2cc226e0c2821212ebbbbd0032fd44463ae24156e"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8bdb546f1a8d63dccd8471483dcc261c16567a2ddb3dd6b449765060c786ba0b"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)