|
1 | 1 | class Spaceship < Formula |
2 | 2 | desc "Zsh prompt for Astronauts" |
3 | 3 | homepage "https://spaceship-prompt.sh/" |
4 | | - url "https://github.com/spaceship-prompt/spaceship-prompt/archive/refs/tags/v4.18.0.tar.gz" |
5 | | - sha256 "61d1745ca966430342cc397c168979a7b3605228837cde63e73891c1e4567311" |
| 4 | + url "https://github.com/spaceship-prompt/spaceship-prompt/archive/refs/tags/v4.19.0.tar.gz" |
| 5 | + sha256 "89c8127666b9990d8f126c7e806894c1777210413a4e837e4ce819ca1d04777f" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/spaceship-prompt/spaceship-prompt.git", branch: "master" |
8 | 8 |
|
9 | 9 | no_autobump! because: :requires_manual_review |
10 | 10 |
|
11 | 11 | bottle do |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f19f97eaa9c8a1e6023c70d60caef2c68a30c835c9e86ebec8e523df0cf68f55" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "39af573470a2ccbe82580979ac02176c605739a28b00b54b423add82340f1551" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "3bccca808d0e02634751dfda4f73c2b7f9e7a4c2d178780db7116266e663c285" |
15 | | - sha256 cellar: :any_skip_relocation, sonoma: "29cb24daf6005013d04686775eb6179387d002aea7fba66c737396a71765c2d5" |
16 | | - sha256 cellar: :any_skip_relocation, ventura: "74d1cd64f2e89c1749dc9e1070f3ce1e9f3255680c47cf6be6b9fce214db3023" |
17 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "c9fbe1ccc3718a6fe03aafbc047b0d087676dadafe47f46cc79679d66caa574a" |
18 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "da2eaba4f3e4ee2ed2a19165ca43246332f0c4bb70453e0a8063da10210c1feb" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "13afdedcab4a857eb1dfb03a3fc2b94b78974b2ff126066412bf749ba7db74e3" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b3e5da9244fc896f543805e204298e662c46824fd74e89d31500d8d0bc262ee" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "f2006113b61bad51e000572f5e839b4faa0b16b5333e6d9a0c2e40623c3d5d7a" |
| 15 | + sha256 cellar: :any_skip_relocation, sonoma: "fd329d0cde6e563ad2b968f567d72f3dac9653012bd7016317d73e9a0939add6" |
| 16 | + sha256 cellar: :any_skip_relocation, ventura: "7ed73635a4caa510bbfd23b7fd71a61e2a4a1ee5529435e5430d123aba5ee5d5" |
| 17 | + sha256 cellar: :any_skip_relocation, arm64_linux: "8a0aba68a8a11e476e0f6da16553fba9980e2bde1e456db26e21e84bf3b3b9dc" |
| 18 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "1553d9113e76a821073746da978cf08621b4cce5461a730b82fbe7c542b6e10c" |
19 | 19 | end |
20 | 20 |
|
21 | 21 | depends_on "zsh-async" |
|
0 commit comments