[lilac] updated to 7.1.6-1

This commit is contained in:
lilac 2023-09-03 05:01:19 +08:00
parent d4a91944ba
commit e3cf4c3e9b
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.1.5
pkgver = 7.1.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.1.5/netron-7.1.5.tar.gz
sha256sums = 014f144c5240895b836ebacb4b804b470610d48b912975cce9ac401151bfba14
source = https://github.com/lutzroeder/netron/archive/v7.1.6/netron-7.1.6.tar.gz
sha256sums = cfac954e1d1e19df7b2c31a58ebd534b59c14027e2655da0e247d663177f9905
pkgname = netron-cli

View file

@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=netron-cli
pkgver=7.1.5
pkgver=7.1.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=('014f144c5240895b836ebacb4b804b470610d48b912975cce9ac401151bfba14')
sha256sums=('cfac954e1d1e19df7b2c31a58ebd534b59c14027e2655da0e247d663177f9905')
build() {
cd netron-$pkgver