|
1 | 1 | class Chsrc < Formula
|
2 | 2 | desc "Change Source for every software on every platform from the command-line"
|
3 | 3 | homepage "https://github.com/RubyMetric/chsrc"
|
4 |
| - url "https://github.com/RubyMetric/chsrc/archive/refs/tags/v0.2.2.tar.gz" |
5 |
| - sha256 "9985c8e3be047ba47d54650ec284a28314d3221be2636a8c031744241c01f482" |
| 4 | + url "https://github.com/RubyMetric/chsrc/archive/refs/tags/v0.2.3.tar.gz" |
| 5 | + sha256 "d33df6abe8269c8abdaadc5b1cfde8a53676d1a52db659688ffdf3a605647ce9" |
6 | 6 | license "GPL-3.0-or-later"
|
7 | 7 | head "https://github.com/RubyMetric/chsrc.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_tahoe: "53d4a9168f656567782cc306e5fc2d4bc55e20a50a91c612e0f6af1a50e34a12" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8915d8c4fbb1ccc2110a405121763d53a520e3468a996d79615b94b6502c21d6" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e53a86f9d38d700757603d6c222a2cba61fc70800d9f9e6446d72e9078af1b80" |
13 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "6791abc9d81e8f7781c6a1b456c115dadee08a8894112a86ec74fc10cb46590d" |
14 |
| - sha256 cellar: :any_skip_relocation, sonoma: "dab70cbe9901152120b5a950e52c0590ebfa1b5cc17c8e58bd28ab4d6199989d" |
15 |
| - sha256 cellar: :any_skip_relocation, ventura: "7d49b57c953c852d16c0f6c5203a4badc83aa102500fded99d033365eb01bdfb" |
16 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "4969a3ea64a8245e5195989d698e6a9ff340fee686629a6550fd6287280a1203" |
17 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "29ae178aa9fdab7880156f2a00c099137be3ae117304a7467507d2e2c1eae698" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "6e5284d12fc7a7a26591a964f35f638c46d8ad339d9e046323b12f6ae14a94c2" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "207c14f7c2c966a785ac0618f4d199c35eaee2fc39f33a44e619aad1df67b376" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "60d5f9128a554a8566f137a271383d94479deb92ea6608d05426ed73dddfe14e" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "b756dd9f5c1fb8a5cbc2c27c852e44546894d2c1193fee7c3701d69072e3d83a" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "b5632382efd3b6d53327894bc60d3c942ad917c49698769a26fef6025bdfaed6" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "4d5a78177dfb3efb005d5ed2d05591296f45eff83d5c94f2865a345d70999e36" |
18 | 16 | end
|
19 | 17 |
|
20 | 18 | def install
|
|
0 commit comments