Skip to content

Commit 67a8873

Browse files
authored
Merge pull request #211005 from sassman/update-t-rec.rb-1742047578
t-rec 0.7.9
2 parents c157039 + 8eb17c0 commit 67a8873

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/t-rec.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class TRec < Formula
22
desc "Blazingly fast terminal recorder that generates animated gif images for the web"
33
homepage "https://github.com/sassman/t-rec-rs"
4-
url "https://github.com/sassman/t-rec-rs/archive/refs/tags/v0.7.8.tar.gz"
5-
sha256 "681beb0ed7559efb85a6bbb34fdcec7329c16a71ae44851ea20e1b18e8142aae"
4+
url "https://github.com/sassman/t-rec-rs/archive/refs/tags/v0.7.9.tar.gz"
5+
sha256 "1744fb7743209ea153a729f89e8e7f2f03bd61247488fbeea31abbe234087cd7"
66
license "GPL-3.0-only"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "991072eed6dabd956479718e01ab933fcd5bfbc139ee6e9c52ab097cd3e26b3f"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f60587ab3f64cc1101574fe36a554de16d22b9b41d9fae897efb5593eab8ff52"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a1a101b8bb37a5317fd3650ce6809e282f73f2d5b4fb0b4791914b3c334b8fee"
12-
sha256 cellar: :any_skip_relocation, sonoma: "69e4fdc909fb6a45cad285448044deea17ff592d72e52364ffb5c41305279306"
13-
sha256 cellar: :any_skip_relocation, ventura: "0be6a2634425cccfc5989a6cee087aa45f1e4bf2e6c167cd715df3f04530c647"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3ac50c1f38d896c6cc6a48c0395b330647bf35e795c16c7eccadba00b731395e"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "31e705c01ca086aeb97ea2ab92f97cdc982e8a2c003fa1262352c282c9e184f1"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9f6104c42e6d8dc1dd9c33f8d9a62b2c331054878b475991b1ed32ad72012cc6"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3697e02ec5dfa92fc7168ffac442b767fc4d3a2a6ec994e8ca90f22720e52e96"
12+
sha256 cellar: :any_skip_relocation, sonoma: "7ee2792601edc77380d0749e1e7605cd8f2607311b1225ecae60a7314b3bc68b"
13+
sha256 cellar: :any_skip_relocation, ventura: "20f8a41fa02ef8d34c2525dd831f67be5e13a87df27ef3ff9289ca69272e44cd"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "62fa013bdcdb71ede6a588656dad31e8af3e6184d6ced54c6218959ab79899fe"
1515
end
1616

1717
depends_on "rust" => :build

0 commit comments

Comments
 (0)