[lilac] updated to 7.6.3-1

This commit is contained in:
lilac 2024-04-29 05:29:56 +08:00
parent 40a6813e06
commit 08e95c7257
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.6.2
pkgver = 7.6.3
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.6.2/netron-7.6.2.tar.gz
sha256sums = a18a83803c5165097ce302e4db35e695fc648e7a215932a9964f2f73196fb268
source = https://github.com/lutzroeder/netron/archive/v7.6.3/netron-7.6.3.tar.gz
sha256sums = b730df04339561bd514263ac92e3b0077f49a3b6fce768faecd40bf6631988c8
pkgname = netron-cli

View file

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