[lilac] updated to 8.0.7-1

This commit is contained in:
lilac 2024-12-21 04:30:38 +08:00
parent 2898110bab
commit 59b6ec5dae
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.6
pkgver = 8.0.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.0.6/netron-8.0.6.tar.gz
sha256sums = 93c21852f06f42fed58cf99b6bb0ffc1f9fd4e0e22d260f551254e824496ce03
source = https://github.com/lutzroeder/netron/archive/v8.0.7/netron-8.0.7.tar.gz
sha256sums = 4131e5cc4916a80e739e4c81b999c9b08f4670cbc2a602e000782e767977fe62
pkgname = netron-cli

View file

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