[lilac] updated to 7.9.7-1

This commit is contained in:
lilac 2024-10-19 12:46:48 +08:00
parent dc21521ab8
commit a42e0ec975
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 = 7.9.6
pkgver = 7.9.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/v7.9.6/netron-7.9.6.tar.gz
sha256sums = ec1fcf5397c72b868fd35d2b843d23465e6bd16eed10086871f64cefff306b18
source = https://github.com/lutzroeder/netron/archive/v7.9.7/netron-7.9.7.tar.gz
sha256sums = f6312c86f61c6d4ad8afb06a125298569aa54078ea0da6c2b887413b19e975ba
pkgname = netron-cli

View file

@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=netron-cli
pkgver=7.9.6
pkgver=7.9.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=('ec1fcf5397c72b868fd35d2b843d23465e6bd16eed10086871f64cefff306b18')
sha256sums=('f6312c86f61c6d4ad8afb06a125298569aa54078ea0da6c2b887413b19e975ba')
build() {
cd netron-$pkgver