|
1 | 1 | class FastdeployPpocr < Formula
|
2 | 2 | desc "Stripped-down version of PaddlePaddle/FastDeploy"
|
3 | 3 | homepage "https://github.com/MaaAssistantArknights/FastDeploy"
|
4 |
| - url "https://github.com/MaaAssistantArknights/FastDeploy/archive/d0b018ac6c3daa22c7b55b555dc927a5c734d430.tar.gz" |
5 |
| - version "2023.10.29" |
6 |
| - sha256 "4a74b0f90178384124a97324e86edd4aa0fed44ac280e23cf3454513b14e0a6a" |
| 4 | + url "https://github.com/MaaAssistantArknights/FastDeploy/archive/0db6000aaac250824266ac37451f43ce272d80a3.tar.gz" |
| 5 | + version "2024.3.13" |
| 6 | + sha256 "ac0bf5059f0339003e3e6e50c87e9455be508761e101e8898135f67b8a7c8115" |
7 | 7 | license "Apache-2.0"
|
8 | 8 |
|
9 | 9 | livecheck do
|
10 | 10 | skip "This formula is not tagged, so there is no version to check"
|
11 | 11 | end
|
12 | 12 |
|
13 | 13 | bottle do
|
14 |
| - root_url "https://github.com/MaaAssistantArknights/homebrew-tap/releases/download/fastdeploy_ppocr-2023.10.29" |
15 |
| - rebuild 2 |
16 |
| - sha256 cellar: :any, arm64_sonoma: "587f1b1efd13930019cdc90c2c7a58f4bfff211461b7eb55a2399d4a9eeb9e7b" |
17 |
| - sha256 cellar: :any, ventura: "d039dcaa0770e17e23ebef7239671e9273b051c61479d2ae27020c60543521b7" |
18 |
| - sha256 cellar: :any, monterey: "8c339ab26dd236217624f8be08c5a5eb26194bb4a9232e6fd0f1ae3cf35dd6de" |
19 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "5c7ad47f50ff03bd10baacfebbdc6dabbcc7d765247e288fd28da3dd0fbb675b" |
| 14 | + root_url "https://github.com/MaaAssistantArknights/homebrew-tap/releases/download/fastdeploy_ppocr-2024.3.13" |
| 15 | + sha256 cellar: :any, arm64_sonoma: "bac8eae8a274248b0b30c7fdeb4db7ef0c1658fac36d915c2f1620bc41ceeff3" |
| 16 | + sha256 cellar: :any, ventura: "605022520cf4f45c2d7a28f330cd3f2cb23411ea981d0ae6888bb1df4ffa1ade" |
| 17 | + sha256 cellar: :any, monterey: "e30658dad92c79e6b738d279770054a7f19863ef5adbabfc62f95143eb4afe12" |
| 18 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "ef23b52422b08e03e04bf1df794e3cb7dfb669ee013bf18016fbac4a1c9eb7b0" |
20 | 19 | end
|
21 | 20 |
|
22 |
| - deprecate! date: "2024-02-20", because: "this formula is now shiped by MaaCore" |
| 21 | + deprecate! date: "2024-02-20", because: "this formula is now shipped by MaaCore" |
23 | 22 |
|
24 | 23 | depends_on "cmake" => :build
|
25 | 24 | depends_on "eigen" => :build
|
|
0 commit comments