[lilac] updated to 7.7.4-1

This commit is contained in:
lilac 2024-06-22 12:56:58 +08:00
parent 70caf7f386
commit 584cd115d5
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.7.3
pkgver = 7.7.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.7.3/netron-7.7.3.tar.gz
sha256sums = c1558b602c4d562c401cdcde36b51da5d7647f132241638d50f938f6bcea7a70
source = https://github.com/lutzroeder/netron/archive/v7.7.4/netron-7.7.4.tar.gz
sha256sums = 9d9c7c3a4a52ff4baa0eb5df1825043fad8603591a0f658e1529eca3067cf37a
pkgname = netron-cli

View file

@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=netron-cli
pkgver=7.7.3
pkgver=7.7.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=('c1558b602c4d562c401cdcde36b51da5d7647f132241638d50f938f6bcea7a70')
sha256sums=('9d9c7c3a4a52ff4baa0eb5df1825043fad8603591a0f658e1529eca3067cf37a')
build() {
cd netron-$pkgver