summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPumpkinCheshire2022-04-26 09:48:09 +0800
committerPumpkinCheshire2022-04-26 09:48:09 +0800
commit743f1ee33a9b91c993e074c850e5796cf57726a7 (patch)
treed51d9726d026237cbc8f8c448e05905fbaae58b5 /PKGBUILD
parenta49b217180404e37d0407d83534abc274c10a769 (diff)
downloadaur-ncnn.tar.gz
20220420
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f867a0c468e6..57265ecc137a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Mitch Bigelow <ipha00 at gmail dot com>
pkgname=ncnn
-pkgver=20220216
+pkgver=20220420
pkgrel=1
pkgdesc='High-performance neural network inference framework optimized for the mobile platform'
url='https://github.com/Tencent/ncnn'
@@ -22,7 +22,7 @@ makedepends=(
)
conflicts=('ncnn-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Tencent/ncnn/archive/$pkgver.tar.gz")
-b2sums=('70fcf80ee494e4199b7f4e9e4a6ecb27979bd31f53cc820aae82af0af4a047b2d79b2ddf01c39b012444af1f8b6e752efc79b4eda27a5a5bec69ce6768f18e2a')
+b2sums=('fcecf395e54ff683bb8301365d805b99439b3797493e419fa8c99a325ebd1dfd80e65b08cffd9283fe453010a0cdde221aeeffa37e154335d2f6d7f6c6b9b138')
prepare() {
cd "$srcdir/ncnn-$pkgver" || exit