|
1 | 1 | class Termsvg < Formula
|
2 | 2 | desc "Record, share and export your terminal as a animated SVG image"
|
3 | 3 | homepage "https://github.com/MrMarble/termsvg"
|
4 |
| - url "https://github.com/MrMarble/termsvg/archive/refs/tags/v0.9.4.tar.gz" |
5 |
| - sha256 "0055e9383f726887546182966033ec9ad8be2fa9b506842697ebed71d2df42a0" |
| 4 | + url "https://github.com/MrMarble/termsvg/archive/refs/tags/v0.10.0.tar.gz" |
| 5 | + sha256 "7b9c7aae3f58c9dce7930fe2868e39d59817e143d13e5771c268f9c7f0cbdf31" |
6 | 6 | license "GPL-3.0-only"
|
7 | 7 | head "https://github.com/MrMarble/termsvg.git", branch: "master"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_tahoe: "54909ac9da2dac07008a5b63d2bf9c3a161bd500734e36ffbf3393d3cddd85f0" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "54909ac9da2dac07008a5b63d2bf9c3a161bd500734e36ffbf3393d3cddd85f0" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "54909ac9da2dac07008a5b63d2bf9c3a161bd500734e36ffbf3393d3cddd85f0" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "7ac65544ad9f4e2b1f0953232a3184f44cdde9c8fcf8d5c0a9d0329fe87c56a8" |
14 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "41b86b1bef2d9a3fb7406ff6211ddb558229fcdcec8e335a0aa14c72530b173c" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "46dc677152b33ba924b355f803511c56d1ce9e4d1d75a5e07577adebf49b6ba2" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "363363e29f811eb53cd39e456c15c7c6ccef0f00f84bb0edd67b22151265c42e" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "363363e29f811eb53cd39e456c15c7c6ccef0f00f84bb0edd67b22151265c42e" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "363363e29f811eb53cd39e456c15c7c6ccef0f00f84bb0edd67b22151265c42e" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "6b803686c893179cef6188beb67d6e7c1eb9af8dbea5a0dfc3a3a8931ca16e5e" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "bbcb76116d128262297b857a7d6858b717ba81ff742e224d4e5bd7943433d93d" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "0ea62b9ca79d8a7fd00715bae7f7a76d072a303cc2b6e60aca1dc474773f2d69" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments