Skip to content

Commit ec115c4

Browse files
authored
Merge pull request #199138 from Homebrew/bump-goread-1.7.1
goread 1.7.1
2 parents 8463ed9 + 88ab778 commit ec115c4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/goread.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Goread < Formula
22
desc "RSS/Atom feeds in the terminal"
33
homepage "https://github.com/TypicalAM/goread"
4-
url "https://github.com/TypicalAM/goread/archive/refs/tags/v1.7.0.tar.gz"
5-
sha256 "bf7b8cb47f9ea78bb445fc2679df6a383cb4e0133b000e4bbee1dee660f71a26"
4+
url "https://github.com/TypicalAM/goread/archive/refs/tags/v1.7.1.tar.gz"
5+
sha256 "29e15a110ad1844adf6990033d118df4ec3ff6ccbe68b36eb6729867db8ec375"
66
license "GPL-3.0-or-later"
77
head "https://github.com/TypicalAM/goread.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc4e7fabecb4dbeec0469872a1b7537861082bce8e0548a3f175b0bcc764be2b"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc4e7fabecb4dbeec0469872a1b7537861082bce8e0548a3f175b0bcc764be2b"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "fc4e7fabecb4dbeec0469872a1b7537861082bce8e0548a3f175b0bcc764be2b"
13-
sha256 cellar: :any_skip_relocation, sonoma: "74263d896796e6887948950eadf7cdd48e4aa3fde57b24846e19ac95bd1f2092"
14-
sha256 cellar: :any_skip_relocation, ventura: "74263d896796e6887948950eadf7cdd48e4aa3fde57b24846e19ac95bd1f2092"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0888998680667c174eb0d11fb93e4a9a2fe26baab478a28fb76dc2b6c2d9150e"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "370e06cee7a0e012e29192aad1510c13148c516d5518f04ece53d45c894977f5"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "370e06cee7a0e012e29192aad1510c13148c516d5518f04ece53d45c894977f5"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "370e06cee7a0e012e29192aad1510c13148c516d5518f04ece53d45c894977f5"
13+
sha256 cellar: :any_skip_relocation, sonoma: "62fddcb4abfa9ca7c7e1b246e1a6c4d8f36160adc4c1f351a7f41b7500ce6eb5"
14+
sha256 cellar: :any_skip_relocation, ventura: "62fddcb4abfa9ca7c7e1b246e1a6c4d8f36160adc4c1f351a7f41b7500ce6eb5"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "50aada6c4ed52d0d7385b0e3667b1981af8338df896c00dbf81fd40e2aca8107"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)