summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBalázs Ferenc Mezei2023-12-17 11:48:35 +0100
committerBalázs Ferenc Mezei2023-12-17 11:48:35 +0100
commite466491bb21394d2833be6199ae2a6afedf211d3 (patch)
tree6a1e27c3f344381570fee135467ee738db3d658b
parentc94dcc83149dc711607c9c84a3d416ea1b050b50 (diff)
downloadaur-e466491bb21394d2833be6199ae2a6afedf211d3.tar.gz
update to 1.7.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e366247a9a4..5f6ad44925c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = zmninja
pkgdesc = High performance, cross platform ionic app for Home/Commerical Security Surveillance using ZoneMinder or other NVRs
- pkgver = 1.6.9
- pkgrel = 2
+ pkgver = 1.7.3
+ pkgrel = 1
url = https://github.com/ZoneMinder/zmNinja
arch = x86_64
license = GPL3
license = custom
depends = gconf
options = !strip
- source = https://github.com/ZoneMinder/zmNinja/releases/download/v1.6.009/zmninja-pro-1.6.9-linux-x86_64.AppImage
+ source = https://github.com/ZoneMinder/zmNinja/releases/download/v1.7.003/zmninja-1.7.3-linux-x86_64.AppImage
source = zmninja.desktop
source = LICENSE
source = zmninja.png
- sha256sums = 33bfc587ba64380442ec9bb2d94f5f3bf67f630f072fb76a0b9d743ebc69e92b
+ sha256sums = 82e8c5e611143f385a44047ddc934283bc6c3a9564adf062d43501fd9c9d40ad
sha256sums = 9f3663299da4be200b56e0d244ed4a9949435362906c607ac84083cb825a4102
sha256sums = cad71380eaa58087318a10f960f3a7170308e39a0879a2c53a996339711d9fcd
sha256sums = 4e3490ae6e86aeb78893839727be5c145207ff1a083e3a3f2bc0163c057def4d
diff --git a/PKGBUILD b/PKGBUILD
index 6c2b037e1b6f..8efcf493dfa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Balazs Mezei <mezei92@gmail.com>
pkgname=zmninja
-pkgver=1.6.9
-_pkgver=1.6.009
-pkgrel=2
+pkgver=1.7.3
+_pkgver=1.7.003
+pkgrel=1
pkgdesc="High performance, cross platform ionic app for Home/Commerical Security Surveillance using ZoneMinder or other NVRs"
arch=(x86_64)
options=(!strip)
url="https://github.com/ZoneMinder/zmNinja"
license=('GPL3' 'custom')
depends=('gconf')
-_zmninja_file="zmninja-pro-$pkgver-linux-$arch.AppImage"
-source=("https://github.com/ZoneMinder/zmNinja/releases/download/v$_pkgver/$_zmninja_file" "zmninja.desktop" "LICENSE" "zmninja.png")
-sha256sums=('33bfc587ba64380442ec9bb2d94f5f3bf67f630f072fb76a0b9d743ebc69e92b'
+_zmninja_file="zmninja-$pkgver-linux-$arch.AppImage"
+source=("$url/releases/download/v$_pkgver/$_zmninja_file" "zmninja.desktop" "LICENSE" "zmninja.png")
+sha256sums=('82e8c5e611143f385a44047ddc934283bc6c3a9564adf062d43501fd9c9d40ad'
'9f3663299da4be200b56e0d244ed4a9949435362906c607ac84083cb825a4102'
'cad71380eaa58087318a10f960f3a7170308e39a0879a2c53a996339711d9fcd'
'4e3490ae6e86aeb78893839727be5c145207ff1a083e3a3f2bc0163c057def4d')