summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-01-27 21:38:33 +0800
committerlilac2024-01-27 21:38:33 +0800
commit740dc3ea6f5201ef3206e704273a8f4dfae6bb8c (patch)
tree94bf326b0f8ba258a63d45e922b49e6ef3f59d89
parent8b1541b58ea0f8d6aa2a58aa99755f92b2156e7c (diff)
downloadaur-740dc3ea6f5201ef3206e704273a8f4dfae6bb8c.tar.gz
[lilac] updated to 7.4.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff20ab044079..bddc014adb93 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.4.0
+ pkgver = 7.4.1
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.4.0/netron-7.4.0.tar.gz
- sha256sums = eff9dcf116e2ea050d3bf378e43012503c21df75af388730128668687538dc69
+ source = https://github.com/lutzroeder/netron/archive/v7.4.1/netron-7.4.1.tar.gz
+ sha256sums = 464eb1fa33755922fc38423194c31eceaefc0bc49b23eefaf5fcd3942c13105f
pkgname = netron-cli
diff --git a/PKGBUILD b/PKGBUILD
index def074e2116f..080a8726dabc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=netron-cli
-pkgver=7.4.0
+pkgver=7.4.1
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=('eff9dcf116e2ea050d3bf378e43012503c21df75af388730128668687538dc69')
+sha256sums=('464eb1fa33755922fc38423194c31eceaefc0bc49b23eefaf5fcd3942c13105f')
build() {
cd netron-$pkgver