|
1 | 1 | class StaticWebServer < Formula
|
2 | 2 | desc "High-performance and asynchronous web server for static files-serving"
|
3 | 3 | homepage "https://static-web-server.net"
|
4 |
| - url "https://github.com/static-web-server/static-web-server/archive/refs/tags/v2.37.0.tar.gz" |
5 |
| - sha256 "596444e276dc912b5ae0223cad15fc9d700b66a6e466b8904175f3f7f5546b64" |
| 4 | + url "https://github.com/static-web-server/static-web-server/archive/refs/tags/v2.38.0.tar.gz" |
| 5 | + sha256 "8f806542cd67f192610b2187cf6eb2fd0f0736309bf639af9fb6cb6a13d03d85" |
6 | 6 | license any_of: ["Apache-2.0", "MIT"]
|
7 | 7 | head "https://github.com/static-web-server/static-web-server.git", branch: "master"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "33c01035f12a224440e10e4c38a388b2075477357f5198e0d95687fde1fc6408" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a40093bbfee6be797696287bf35382fefe00f001693cfed900c83130150e0f98" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "f409c8be5f7927eb75192b87574262bd07362678e59073e945d436aa6b0cab7e" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "62200152cd1308edebe9104f9cb87f208c6a637572e95922882da23e67989f9e" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "95e1fa1b0dd119f293611a217297ebd50b674e10985af98faede673562a49da7" |
15 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "5956c6069870f8bfb67913438111ad6b22e6375c19eb1b43fd89b8433a670313" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "34570fcf5d3454dc89a9807cc8e32af6af8d6ccbd90f46a09fd341b196f8858f" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d96c3d15c4e563f7b92dc138bce4a9351e00e0a57b50df64b14f3d70f2825253" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b75f466a6c5f77a81afe534357183bf76c587d3e0dbe72025ef08416576605df" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "42fb9a95a145e76d632f3ecf523f70c142bd68582a7cf3e1657f30f7609aa6de" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "76751dd3ae908b6ca89b6757ff03cdbaeeb6c2f6da806719b052e48e8840017c" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "00d35ed285ac334753e2ad1d7b40bd5d3f666fe4ec220d961df6ff87fd0b7f25" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "0deeeaa1519c5ec68524385a59cd25f70f0db96ba477a7a51e087631eaa5beab" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "55c6b83b22adf99cce7d65d2a27e06e9edc546f4010a208caceb710ad9ebd146" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "rust" => :build
|
|
0 commit comments