[lilac] updated to 6.4.7-1

This commit is contained in:
lilac 2023-01-21 21:36:01 +08:00
parent b82781d9ed
commit 2a254b2647
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 = 6.4.6
pkgver = 6.4.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/v6.4.6/netron-6.4.6.tar.gz
sha256sums = 45e018384a9e1a58ea6b95b2b5fdd1683eeef7b5c80b0d6907cdb84cba1bd645
source = https://github.com/lutzroeder/netron/archive/v6.4.7/netron-6.4.7.tar.gz
sha256sums = e852678637821da62ca05f5ba5ce8425e6522d8ff810564c243b5302b1f6be04
pkgname = netron-cli

View file

@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=netron-cli
pkgver=6.4.6
pkgver=6.4.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=('45e018384a9e1a58ea6b95b2b5fdd1683eeef7b5c80b0d6907cdb84cba1bd645')
sha256sums=('e852678637821da62ca05f5ba5ce8425e6522d8ff810564c243b5302b1f6be04')
prepare() {
cd netron-$pkgver