[lilac] updated to 8.0.8-1

This commit is contained in:
lilac 2024-12-28 04:37:21 +08:00
parent 59b6ec5dae
commit 4c22ae14f3
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.0.7
pkgver = 8.0.8
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.0.7/netron-8.0.7.tar.gz
sha256sums = 4131e5cc4916a80e739e4c81b999c9b08f4670cbc2a602e000782e767977fe62
source = https://github.com/lutzroeder/netron/archive/v8.0.8/netron-8.0.8.tar.gz
sha256sums = 26f3b79767ed73a0be4be036a13a0ffe14e178043f20df5a48ad6229bc2f05e0
pkgname = netron-cli

View file

@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=netron-cli
pkgver=8.0.7
pkgver=8.0.8
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=('4131e5cc4916a80e739e4c81b999c9b08f4670cbc2a602e000782e767977fe62')
sha256sums=('26f3b79767ed73a0be4be036a13a0ffe14e178043f20df5a48ad6229bc2f05e0')
build() {
cd netron-$pkgver