|
1 | 1 | class Nping < Formula
|
2 | 2 | desc "Ping Tool in Rust with Real-Time Data and Visualizations"
|
3 | 3 | homepage "https://github.com/hanshuaikang/Nping"
|
4 |
| - url "https://github.com/hanshuaikang/Nping/archive/refs/tags/v0.3.0.tar.gz" |
5 |
| - sha256 "5d445cb65d0f048df39cb18a8cec94168940c98a59cea5673d15a26f0de87201" |
| 4 | + url "https://github.com/hanshuaikang/Nping/archive/refs/tags/v0.3.1.tar.gz" |
| 5 | + sha256 "2332facafc52ab150cc1e7932af2cae5c524c6aaa10c192193e0277b53a41030" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9136f7e33a520e7001a8f10bb737607656bf2cb47537838a8234e16043148c7a" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d560c89b12da7d7541177367187a8fcaad60dafa9e14cca72aead2fe1cec1a2e" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "d788ebf7d9e3efb94d23b6f9b3f10d90c611dc31597e30d93065a31135fa0737" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "72043c6c4d34707cdd0018b8f17a84b7ec0caf116e175a48a4ba5ec1a61071d0" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "152e01c63936a65b841d904169ebe665a0f9b2cec7b82dfd296d7dcf4a76005c" |
14 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "0d38e12290fb9ce58413203564345087714c5fa9f0ce5c3eb762184ba1af96a7" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "0fe4781035df88fe41a4399fffdf716c3e5b3868170c1ebd901c9620ca1d672d" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "42b3c52109c69ca82e11c86388004bf3df15c382ad8b53ba7509bb4366ed6855" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "abb02e2f6286cf4558615b4227510752538f1442e3a083e5c76b39c4ac302582" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "a123e18d81379c6f08cf219f0e81f022e02abb371483e2daea1d8cdd8cdf8119" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "aa4bf367b25e6b6fcb1e18202fe9600df06291ef40eee9f5dcfb9385a6c9822b" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "b741edce320ae13d462d8abe2d9d4b4f2efe4d73d9c3a655351ffdedb9e90dbd" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "b500d9d44a1e3cf1a11f556c0ff58fecabd60e7342fbd86e4a2309f0d6088617" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "a3dba5c232d2fa9d783f9a15d97329ea90ed67897290a0cf24abddce27024f9c" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "rust" => :build
|
|
0 commit comments