summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpotatoattack2022-08-10 13:30:21 +1000
committerpotatoattack2022-08-10 13:30:21 +1000
commitc58e18d2a2203bf71ac84dda7b765f9d9567c914 (patch)
tree51b8813763ac18a6fca16a70897426a4c54e59b6
parentdecb59490fef703b6f484cfd112138f4ec536bef (diff)
downloadaur-c58e18d2a2203bf71ac84dda7b765f9d9567c914.tar.gz
1.0.64
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 675df9e67b6c..3cf474ab283e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,24 @@
pkgbase = meshcentral
pkgdesc = The open source, multi-platform, self-hosted, feature packed web site for remote device management
- pkgver = 1.0.63
+ pkgver = 1.0.64
pkgrel = 1
url = https://meshcentral.com/info/
arch = any
license = Apache
makedepends = npm
depends = nodejs<18.1.0
+ optdepends = nodejs-acme-client: Auto trusted TLS certificate support
optdepends = nodejs-modern-syslog: syslog support
optdepends = nodejs-nodemailer: SMTP support
optdepends = nodejs-passport-saml: SAML authentication support
- noextract = meshcentral-1.0.63.tgz
+ noextract = meshcentral-1.0.64.tgz
backup = etc/meshcentral/config.json
backup = var/lib/meshcentral
- source = https://registry.npmjs.org/meshcentral/-/meshcentral-1.0.63.tgz
+ source = https://registry.npmjs.org/meshcentral/-/meshcentral-1.0.64.tgz
source = meshcentral.service
source = meshcentral.sysusers
source = meshcentral.tmpfiles
- sha256sums = b8cca8dc3a03bcde5ef1434ba5d75c83499fe855355d1f0c8e73fbea0abd1baa
+ sha256sums = c312ddcb4aaaea56f7d42167df0af0623687fc89f2d7b1a102a09f73ca9950e5
sha256sums = d88ad4d11395bd13a4aa64829bf03977ac3511134be2dbe875b95c7243e5bf92
sha256sums = d907415d1be94568c92d3a05e70dd855f004ebed2c4170f5c2d2f36c0dfd5199
sha256sums = 9968e59627f098fc5e2cbf0a0f1e11054e01ccd793d9098b5ff101c4e14f278b
diff --git a/PKGBUILD b/PKGBUILD
index 196117ee6b21..0a2eba5e72d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Carlos Galindo <carlos.s.galindo (at) gmail.com>
_npmname=meshcentral
-_npmver=1.0.63
+_npmver=1.0.64
pkgname=meshcentral
-pkgver=1.0.63
+pkgver=1.0.64
pkgrel=1
pkgdesc="The open source, multi-platform, self-hosted, feature packed web site for remote device management"
arch=(any)
@@ -23,7 +23,7 @@ source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz"
"$_npmname.sysusers"
"$_npmname.tmpfiles")
noextract=("$_npmname-$_npmver.tgz")
-sha256sums=('b8cca8dc3a03bcde5ef1434ba5d75c83499fe855355d1f0c8e73fbea0abd1baa'
+sha256sums=('c312ddcb4aaaea56f7d42167df0af0623687fc89f2d7b1a102a09f73ca9950e5'
'd88ad4d11395bd13a4aa64829bf03977ac3511134be2dbe875b95c7243e5bf92'
'd907415d1be94568c92d3a05e70dd855f004ebed2c4170f5c2d2f36c0dfd5199'
'9968e59627f098fc5e2cbf0a0f1e11054e01ccd793d9098b5ff101c4e14f278b')