Skip to content

Commit

Permalink
Merge pull request Homebrew#178857 from acuteenvy/bump-tlrc-1.9.3
Browse files Browse the repository at this point in the history
tlrc 1.9.3
  • Loading branch information
BrewTestBot authored Jul 29, 2024
2 parents 80c4b8e + 05195f2 commit b68f5ae
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/t/tlrc.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Tlrc < Formula
desc "Official tldr client written in Rust"
homepage "https://github.com/tldr-pages/tlrc"
url "https://github.com/tldr-pages/tlrc/archive/refs/tags/v1.9.2.tar.gz"
sha256 "17dbd30e1656da906b594d4d19ccccf88f1b4a76e63c97614267430843d80d45"
url "https://github.com/tldr-pages/tlrc/archive/refs/tags/v1.9.3.tar.gz"
sha256 "5a103e9d77e5a5d02b4e7ef98a3ab8e5fb1e4a9a861ea0cd19ab3002daf89fed"
license "MIT"
head "https://github.com/tldr-pages/tlrc.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe0bc6c932d0a2385886621817ca19c9d486297844ba1792c3d4efbd5c663402"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0a6d976edbbd4f97242002213acfe41a8aa58f7994a578f2bfd270bde48a01e8"
sha256 cellar: :any_skip_relocation, arm64_monterey: "dad48f88827ea05a65123c2a6e74c5ff74a2bb46938cb6f29b3437b328703470"
sha256 cellar: :any_skip_relocation, sonoma: "71373ba24c4959f8efc4cd25ffaa0a036acf0a2fbb900f4204b48d992cfe99d1"
sha256 cellar: :any_skip_relocation, ventura: "f60e57ebc168952b3cb83a76ee328c3a3c0da1fecb92d16c111bc78431fa4db5"
sha256 cellar: :any_skip_relocation, monterey: "6b31bf6612cd22a3f0e6cce1813000c2af97c07d5a029f6b7fe9dfab4d692c81"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9d65b32448358b6d78d2a6eb14f0065d78d168e16bfabedc57d74f5fdc848c3d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "97c5f4c368464e2a079eb997db14556449c08f6dfb89858b6632bf788656c2b2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "39e600c9bb0e372fb96fa13ad6d21b19a50e5a12b2f71a57ab75420dfa67b32f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c4cab0cdcad86b09de10562690684780df7ab386b8d6123ed5e6e62e1d44996d"
sha256 cellar: :any_skip_relocation, sonoma: "9624494a35da5d9c819e8bc326df3c443b5764f9715a44ce65ff0f3ed87ba40d"
sha256 cellar: :any_skip_relocation, ventura: "5703ac062d93becf3a675c73e580e40833352824b72af8eba542ab26840fc1b1"
sha256 cellar: :any_skip_relocation, monterey: "43352a252db7eb809704ec9a6b5d51efaa3de8c9c45792106b321121eb5858ff"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f434a74662a50b963fe7e58804f2d88aad7f637e041a95cd6e1001f4321c399b"
end

depends_on "rust" => :build
Expand Down

0 comments on commit b68f5ae

Please sign in to comment.