[lilac] updated to 7.1.5-1

This commit is contained in:
lilac 2023-08-26 05:09:26 +08:00
parent d8ddb5e14b
commit d4a91944ba
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.4
pkgver = 7.1.5
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.4/netron-7.1.4.tar.gz
sha256sums = ccb7c4fb05d15225b1896c650f3f7013b4d8bbe54e9e684782f042246550e4c5
source = https://github.com/lutzroeder/netron/archive/v7.1.5/netron-7.1.5.tar.gz
sha256sums = 014f144c5240895b836ebacb4b804b470610d48b912975cce9ac401151bfba14
pkgname = netron-cli

View file

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