mirror of
https://github.com/archlinux/aur.git
synced 2026-02-20 04:00:37 +01:00
update to 8.4.6
This commit is contained in:
parent
c980591497
commit
9dc5fc0915
2 changed files with 7 additions and 7 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,17 +1,17 @@
|
|||
pkgbase = netron-bin
|
||||
pkgdesc = Visualizer for neural network, deep learning and machine learning models.(Prebuilt version,use system-wide electron)
|
||||
pkgver = 8.4.5
|
||||
pkgver = 8.4.6
|
||||
pkgrel = 1
|
||||
url = https://netron.app/
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
depends = electron37
|
||||
provides = netron=8.4.5
|
||||
provides = netron=8.4.6
|
||||
conflicts = netron
|
||||
source = netron-8.4.5-x86_64.AppImage::https://github.com/lutzroeder/netron/releases/download/v8.4.5/Netron-8.4.5.AppImage
|
||||
source = LICENSE-8.4.5::https://raw.githubusercontent.com/lutzroeder/netron/v8.4.5/LICENSE
|
||||
source = netron-8.4.6-x86_64.AppImage::https://github.com/lutzroeder/netron/releases/download/v8.4.6/Netron-8.4.6.AppImage
|
||||
source = LICENSE-8.4.6::https://raw.githubusercontent.com/lutzroeder/netron/v8.4.6/LICENSE
|
||||
source = netron.sh
|
||||
sha256sums = 547b3b600a434f8ab54fa6c9be504839f3dccaaede9e7728f47ccb1f7abedb64
|
||||
sha256sums = c8d1d970d6e4bb808b1b66eea7e63efa6415f29435d671f1132c0cc795b1bd9f
|
||||
sha256sums = 535cb2c7c8990f967c106e3035e4df8d3e070144af1163b86c8bb58b65fe5e88
|
||||
sha256sums = f2fe8c189974ffb9d445e9a42bd4f1d5b60185607c3fcafae79ab44be224e013
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
|||
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
|
||||
pkgname=netron-bin
|
||||
_pkgname=Netron
|
||||
pkgver=8.4.5
|
||||
pkgver=8.4.6
|
||||
_electronversion=37
|
||||
pkgrel=1
|
||||
pkgdesc="Visualizer for neural network, deep learning and machine learning models.(Prebuilt version,use system-wide electron)"
|
||||
|
|
@ -23,7 +23,7 @@ source=(
|
|||
"LICENSE-${pkgver}::https://raw.githubusercontent.com/lutzroeder/netron/v${pkgver}/LICENSE"
|
||||
"${pkgname%-bin}.sh"
|
||||
)
|
||||
sha256sums=('547b3b600a434f8ab54fa6c9be504839f3dccaaede9e7728f47ccb1f7abedb64'
|
||||
sha256sums=('c8d1d970d6e4bb808b1b66eea7e63efa6415f29435d671f1132c0cc795b1bd9f'
|
||||
'535cb2c7c8990f967c106e3035e4df8d3e070144af1163b86c8bb58b65fe5e88'
|
||||
'f2fe8c189974ffb9d445e9a42bd4f1d5b60185607c3fcafae79ab44be224e013')
|
||||
_get_electron_version() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue