summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-01-13 12:55:38 +0800
committerlilac2024-01-13 12:55:38 +0800
commit17bf039adab55b82c3610fdeea39e1c700ce8ac7 (patch)
treea75546fa9fa52b2b5b347a18fe21bc544cd5c4be
parent7a5b7897debe4c6c9929fba4dd9c1a9159a0c464 (diff)
downloadaur-17bf039adab55b82c3610fdeea39e1c700ce8ac7.tar.gz
[lilac] updated to 7.3.8-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e53ce67a5b6a..27602ab05283 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = netron-cli
pkgdesc = Visualizer for neural network, deep learning, and machine learning models (CLI only)
- pkgver = 7.3.7
+ pkgver = 7.3.8
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.3.7/netron-7.3.7.tar.gz
- sha256sums = 599076907852ea82ea646ae7e651b5ee4bc7a4836682a7087254522b4f9d5ec7
+ source = https://github.com/lutzroeder/netron/archive/v7.3.8/netron-7.3.8.tar.gz
+ sha256sums = ae767027b95b0dc0d9c919ac3194e5cd3c304066df6140f5c4bedc728f352521
pkgname = netron-cli
diff --git a/PKGBUILD b/PKGBUILD
index 273b9118b70e..610718665a15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=netron-cli
-pkgver=7.3.7
+pkgver=7.3.8
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=('599076907852ea82ea646ae7e651b5ee4bc7a4836682a7087254522b4f9d5ec7')
+sha256sums=('ae767027b95b0dc0d9c919ac3194e5cd3c304066df6140f5c4bedc728f352521')
build() {
cd netron-$pkgver