Skip to content

Commit 2cda2a3

Browse files
authored
Merge pull request #247101 from Homebrew/bump-harper-0.67.0
harper 0.67.0
2 parents 4cfe9c5 + cbe62c3 commit 2cda2a3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/h/harper.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Harper < Formula
22
desc "Grammar Checker for Developers"
33
homepage "https://writewithharper.com/"
4-
url "https://github.com/Automattic/harper/archive/refs/tags/v0.66.0.tar.gz"
5-
sha256 "5572a64abd40dd63dd8d6487e0a5ae71f8eb40809e609c4626b0d578647ca0a9"
4+
url "https://github.com/Automattic/harper/archive/refs/tags/v0.67.0.tar.gz"
5+
sha256 "bbdb0235ab6214923c740defb1b4f2e2bf6e414e941c725f1a76ca49feb78e5b"
66
license "Apache-2.0"
77
head "https://github.com/Automattic/harper.git", branch: "master"
88

@@ -12,12 +12,12 @@ class Harper < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f394cbba925e8cdd3d72e36fa9c70b62ce220ba055afd2b68f0b5a7db74de480"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "999768d9ddea3382942d99e785a5fab03771da6622d1b4699223b02e333c6a44"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e42969aa9e4127486a8a080f0e807a2dbb06cd7b92dbe997238d08b08971ff0"
18-
sha256 cellar: :any_skip_relocation, sonoma: "7e3bf57f2e6c8445fd6e92f54e989a0e0c69a2c434bd038fbda00b4c365caba6"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "f148837b319131c1ad638119da9a2a4a3442702f6b57a151e94ab59d6c81b3f0"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b4a2ad9e3ab63bd3a12c84e2634e41a870743dda930850f9dc9f1b87ed4b675b"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "c7ee0c55532ee6dac0ec1a0fd89b5f9566747ad342f2f73f3c45d08524d34399"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e337102c8d67a23346e76827eee11b59a33ff7e3530d4009ee95e268110c6471"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "97f34debcc5c8169bd582411c0c38826a392e8d56a35d6bb02f3dd51d0433e5e"
18+
sha256 cellar: :any_skip_relocation, sonoma: "0c77244877b1b77774a6aabdb2130d7cb9bbb8ba6780bb953ccca87a3b9dae5c"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "ba9beac3b7509f3027f360e8cdd965065975bb0549bab3a0a725d253e3dcc1b0"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "367ad44b86724357f88fd987d9c11f0cfd23ef35cbe85e9c7e766ee1f412b7bd"
2121
end
2222

2323
depends_on "rust" => :build

0 commit comments

Comments
 (0)