summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAuto update bot2023-01-07 07:55:50 +0000
committerAuto update bot2023-01-07 07:55:50 +0000
commitafb0812f21911fdf00e37d54fd933233c010a158 (patch)
tree8f2a3888e52aaa39148519b2a390621a648bd952 /PKGBUILD
parent6ca6892ee8bda064be43119d49a022206ed3af6e (diff)
downloadaur-afb0812f21911fdf00e37d54fd933233c010a158.tar.gz
auto updated to 6.3.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78a566f875ba..0b0abb79a036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgbase=netron
pkgname=(netron)
##pkgname+=(netron-cli)
pkgdesc='Visualizer for neural network, deep learning, and machine learning models'
-pkgver=6.3.8
+pkgver=6.3.9
pkgrel=1
url='https://netron.app/'
arch=(x86_64)
@@ -21,7 +21,7 @@ optdepends=(
'python-pytorch: serializing PyTorch models'
)
source=("https://github.com/lutzroeder/netron/archive/v${pkgver}/netron-${pkgver}.tar.gz")
-sha256sums=('eb2ec17d51fb33ce8bd53af093755cab00812c695f3736d655b6c7e457fbb990')
+sha256sums=('fddb6d1aaaef79fcd83606d170c734569b52c575e66ae89625c3f8412761ba04')
prepare() {
cd "${pkgbase}-${pkgver}"