[lilac] updated to 7.0.6-1

This commit is contained in:
lilac 2023-07-20 06:02:06 +08:00
parent c188c171e3
commit 41d4679967
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.0.5
pkgver = 7.0.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/v7.0.5/netron-7.0.5.tar.gz
sha256sums = 2666e7b46b98c9002e326227124a9b7aff68a3132f39049493d2d9039664b003
source = https://github.com/lutzroeder/netron/archive/v7.0.6/netron-7.0.6.tar.gz
sha256sums = 9249a3e9523761608226369ea34a925bf42c80909408d2d81cc9614f747f06b1
pkgname = netron-cli

View file

@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=netron-cli
pkgver=7.0.5
pkgver=7.0.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=('2666e7b46b98c9002e326227124a9b7aff68a3132f39049493d2d9039664b003')
sha256sums=('9249a3e9523761608226369ea34a925bf42c80909408d2d81cc9614f747f06b1')
build() {
cd netron-$pkgver