[lilac] updated to 7.5.4-1

This commit is contained in:
lilac 2024-03-09 12:50:01 +08:00
parent 7f909c901d
commit 3423abb01a
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.5.3
pkgver = 7.5.4
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.5.3/netron-7.5.3.tar.gz
sha256sums = 270cba5fc815f824890296c8a217e1c10f99a889be067cabacede1e418d3c52b
source = https://github.com/lutzroeder/netron/archive/v7.5.4/netron-7.5.4.tar.gz
sha256sums = a52b896e911c2ea7393baf98ee3c982c90223ae7295eb04b5ccad3e442a6ae7d
pkgname = netron-cli

View file

@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=netron-cli
pkgver=7.5.3
pkgver=7.5.4
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=('270cba5fc815f824890296c8a217e1c10f99a889be067cabacede1e418d3c52b')
sha256sums=('a52b896e911c2ea7393baf98ee3c982c90223ae7295eb04b5ccad3e442a6ae7d')
build() {
cd netron-$pkgver