summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Bertelli2022-07-02 00:59:04 -0300
committerFilipe Bertelli2022-07-02 00:59:04 -0300
commit126970b9918b74777da5aff9884bb91748c24324 (patch)
treea8abe3075af93c1e56126670473c9da177841cb9
parent5187440aca859c9342c08e86383964a7122c6604 (diff)
downloadaur-126970b9918b74777da5aff9884bb91748c24324.tar.gz
Update to 5.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 817102af4fba..9e4656bb43a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = netron-bin
pkgdesc = Visualizer for neural network, deep learning and machine learning models
- pkgver = 5.8.9
+ pkgver = 5.9.0
pkgrel = 1
url = https://www.lutzroeder.com/ai
arch = x86_64
@@ -11,11 +11,11 @@ pkgbase = netron-bin
depends = dbus-glib
depends = libdbusmenu-glib
provides = netron
- noextract = netron-bin-5.8.9.AppImage
+ noextract = netron-bin-5.9.0.AppImage
options = !strip
- source = netron-bin-5.8.9.AppImage::https://github.com/lutzroeder/netron/releases/download/v5.8.9/Netron-5.8.9.AppImage
+ source = netron-bin-5.9.0.AppImage::https://github.com/lutzroeder/netron/releases/download/v5.9.0/Netron-5.9.0.AppImage
source = LICENSE::https://github.com/lutzroeder/netron/raw/main/LICENSE
- sha256sums = 6867881f37cc95b833ba592c48b3bf05affb7de34f8b13f4cc4f5b3da85e2a16
+ sha256sums = c7617414daea0eabac2a8af5da3b174702f020fb3b1518e173aeac1b9fe97616
sha256sums = 535cb2c7c8990f967c106e3035e4df8d3e070144af1163b86c8bb58b65fe5e88
pkgname = netron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6bcfc277d941..d0a340414994 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=netron-bin
-pkgver=5.8.9
+pkgver=5.9.0
pkgrel=1
pkgdesc="Visualizer for neural network, deep learning and machine learning models"
arch=('x86_64')
@@ -17,7 +17,7 @@ options=('!strip')
noextract=("${pkgname}-${pkgver}.AppImage")
source=("${pkgname}-${pkgver}.AppImage::https://github.com/lutzroeder/netron/releases/download/v${pkgver}/Netron-${pkgver}.AppImage"
'LICENSE::https://github.com/lutzroeder/netron/raw/main/LICENSE')
-sha256sums=('6867881f37cc95b833ba592c48b3bf05affb7de34f8b13f4cc4f5b3da85e2a16'
+sha256sums=('c7617414daea0eabac2a8af5da3b174702f020fb3b1518e173aeac1b9fe97616'
'535cb2c7c8990f967c106e3035e4df8d3e070144af1163b86c8bb58b65fe5e88')
package() {