|
1 | 1 | class Goread < Formula |
2 | 2 | desc "RSS/Atom feeds in the terminal" |
3 | 3 | 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" |
6 | 6 | license "GPL-3.0-or-later" |
7 | 7 | head "https://github.com/TypicalAM/goread.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments