Skip to content

Commit 1f92b59

Browse files
committed
ncnn 20240102
1 parent d066272 commit 1f92b59

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/n/ncnn.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Ncnn < Formula
22
desc "High-performance neural network inference framework"
33
homepage "https://github.com/Tencent/ncnn"
4-
url "https://github.com/Tencent/ncnn/archive/refs/tags/20231027.tar.gz"
5-
sha256 "8d85896ed095d09f05fff32fc85d75eea0b971796ce0f48a9874d93d3d347674"
4+
url "https://github.com/Tencent/ncnn/archive/refs/tags/20240102.tar.gz"
5+
sha256 "0770b0b4ccbcb2b4e5f38574bb6f1086b07d48958b10f289251e0359faa1d9cc"
66
license "BSD-3-Clause"
7-
revision 2
87
head "https://github.com/Tencent/ncnn.git", branch: "master"
98

109
bottle do

0 commit comments

Comments
 (0)