Skip to content

Commit 6ab27f4

Browse files
authored
Merge pull request #155 from MaaAssistantArknights/fastdeploy_ppocr
fastdeploy_ppocr: update to 2024.3.13
2 parents dbdd51b + 157be1f commit 6ab27f4

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Formula/fastdeploy_ppocr.rb

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
class FastdeployPpocr < Formula
22
desc "Stripped-down version of PaddlePaddle/FastDeploy"
33
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"
77
license "Apache-2.0"
88

99
livecheck do
1010
skip "This formula is not tagged, so there is no version to check"
1111
end
1212

1313
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"
2019
end
2120

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"
2322

2423
depends_on "cmake" => :build
2524
depends_on "eigen" => :build

0 commit comments

Comments
 (0)