summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-08-07 20:49:02 +0800
committerlilac2023-08-07 20:49:02 +0800
commit4a886d7f954adf39dc01b9d2d8af9f8af1e1cffc (patch)
treef9b81de6f77f5c9e04ccef72700caea3ec7d7324
parent97ac65868ff9135396ac9e73e2bdb1edb6b4d345 (diff)
downloadaur-4a886d7f954adf39dc01b9d2d8af9f8af1e1cffc.tar.gz
[lilac] updated to 7.1.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 901235eb996e..2b49fad54c32 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.1.0
+ pkgver = 7.1.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.1.0/netron-7.1.0.tar.gz
- sha256sums = 979a2d46c5e24eec9193f6bed3ffee9f942e4a4356c2a735e79b8fcdf7c85a49
+ source = https://github.com/lutzroeder/netron/archive/v7.1.1/netron-7.1.1.tar.gz
+ sha256sums = 6815094d86cf521025e1fda9cd7f9ef30b6ff6a50b0d998e953cc8f0d74227f2
pkgname = netron-cli
diff --git a/PKGBUILD b/PKGBUILD
index 43bb5bbc7b0e..2f68361dd75b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=netron-cli
-pkgver=7.1.0
+pkgver=7.1.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=('979a2d46c5e24eec9193f6bed3ffee9f942e4a4356c2a735e79b8fcdf7c85a49')
+sha256sums=('6815094d86cf521025e1fda9cd7f9ef30b6ff6a50b0d998e953cc8f0d74227f2')
build() {
cd netron-$pkgver