[lilac] updated to 8.2.7-1

This commit is contained in:
lilac 2025-04-13 04:20:00 +08:00
parent 5ab2161ff9
commit 9af63f88f3
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.6
pkgver = 8.2.7
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.6/netron-8.2.6.tar.gz
sha256sums = 57159aacbcfc33e5bc65a41a7c9d27f3e4827aaba4f5ca85466ce751c0ab060e
source = https://github.com/lutzroeder/netron/archive/v8.2.7/netron-8.2.7.tar.gz
sha256sums = a8ed74ab958ba216404d5d17870de77977fed2abe27a69ac30a9794fef794216
pkgname = netron-cli

View file

@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=netron-cli
pkgver=8.2.6
pkgver=8.2.7
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=('57159aacbcfc33e5bc65a41a7c9d27f3e4827aaba4f5ca85466ce751c0ab060e')
sha256sums=('a8ed74ab958ba216404d5d17870de77977fed2abe27a69ac30a9794fef794216')
build() {
cd netron-$pkgver