[lilac] updated to 8.2.6-1

This commit is contained in:
lilac 2025-04-12 04:48:18 +08:00
parent f5f441d1bd
commit 5ab2161ff9
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = netron-cli
pkgdesc = Visualizer for neural network, deep learning, and machine learning models (CLI only)
pkgver = 8.2.5
pkgver = 8.2.6
pkgrel = 1
url = https://netron.app/
arch = any
@ -12,7 +12,7 @@ pkgbase = netron-cli
depends = python
optdepends = python-onnx: serializing ONNX models
optdepends = python-pytorch: serializing PyTorch models
source = https://github.com/lutzroeder/netron/archive/v8.2.5/netron-8.2.5.tar.gz
sha256sums = 9349d2e989046649249f1bfb86ddc95bb973305e89c8018ae95f2331b61be21a
source = https://github.com/lutzroeder/netron/archive/v8.2.6/netron-8.2.6.tar.gz
sha256sums = 57159aacbcfc33e5bc65a41a7c9d27f3e4827aaba4f5ca85466ce751c0ab060e
pkgname = netron-cli

View file

@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=netron-cli
pkgver=8.2.5
pkgver=8.2.6
pkgrel=1
pkgdesc='Visualizer for neural network, deep learning, and machine learning models (CLI only)'
url='https://netron.app/'
@ -14,7 +14,7 @@ optdepends=(
'python-pytorch: serializing PyTorch models'
)
source=(https://github.com/lutzroeder/netron/archive/v$pkgver/netron-$pkgver.tar.gz)
sha256sums=('9349d2e989046649249f1bfb86ddc95bb973305e89c8018ae95f2331b61be21a')
sha256sums=('57159aacbcfc33e5bc65a41a7c9d27f3e4827aaba4f5ca85466ce751c0ab060e')
build() {
cd netron-$pkgver