summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpotatoattack2022-07-25 08:53:36 +1000
committerpotatoattack2022-07-25 08:53:36 +1000
commit9a3340b96ef7583daf2aff54a8e9a173bc9995c3 (patch)
tree01d0c25b3d4f8802b907895624ed0f8f664d82f6
parentadc33590a982cd92297a168e2bdea57e761f8615 (diff)
downloadaur-9a3340b96ef7583daf2aff54a8e9a173bc9995c3.tar.gz
1.0.60
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ef18f22b0ac..aaa6819741f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meshcentral
pkgdesc = The open source, multi-platform, self-hosted, feature packed web site for remote device management
- pkgver = 1.0.59
+ pkgver = 1.0.60
pkgrel = 1
url = https://meshcentral.com/info/
arch = any
@@ -10,14 +10,14 @@ pkgbase = meshcentral
optdepends = nodejs-modern-syslog: syslog support
optdepends = nodejs-nodemailer: SMTP support
optdepends = nodejs-passport-saml: SAML authentication support
- noextract = meshcentral-1.0.59.tgz
+ noextract = meshcentral-1.0.60.tgz
backup = etc/meshcentral/config.json
backup = var/lib/meshcentral
- source = https://registry.npmjs.org/meshcentral/-/meshcentral-1.0.59.tgz
+ source = https://registry.npmjs.org/meshcentral/-/meshcentral-1.0.60.tgz
source = meshcentral.service
source = meshcentral.sysusers
source = meshcentral.tmpfiles
- sha256sums = 65a3d333f9b9da3d597aa9dfb3d8020d4999e2baf09b0624651ba22cf0fc4bf8
+ sha256sums = 2cf332a19fd6753253e79438a7a9d2aeb4ef51b4e9daa296fc3e92d5b7700d3f
sha256sums = d53889dc58f968fa63cdbd8b245f154fc8170262908a832de674962ff2fa8b85
sha256sums = d907415d1be94568c92d3a05e70dd855f004ebed2c4170f5c2d2f36c0dfd5199
sha256sums = 9968e59627f098fc5e2cbf0a0f1e11054e01ccd793d9098b5ff101c4e14f278b
diff --git a/PKGBUILD b/PKGBUILD
index de07f7ad8dbe..e4eabcd1dcad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Carlos Galindo <carlos.s.galindo (at) gmail.com>
_npmname=meshcentral
-_npmver=1.0.59
+_npmver=1.0.60
pkgname=meshcentral
-pkgver=1.0.59
+pkgver=1.0.60
pkgrel=1
pkgdesc="The open source, multi-platform, self-hosted, feature packed web site for remote device management"
arch=(any)
@@ -22,7 +22,7 @@ source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz"
"$_npmname.sysusers"
"$_npmname.tmpfiles")
noextract=("$_npmname-$_npmver.tgz")
-sha256sums=('65a3d333f9b9da3d597aa9dfb3d8020d4999e2baf09b0624651ba22cf0fc4bf8'
+sha256sums=('2cf332a19fd6753253e79438a7a9d2aeb4ef51b4e9daa296fc3e92d5b7700d3f'
'd53889dc58f968fa63cdbd8b245f154fc8170262908a832de674962ff2fa8b85'
'd907415d1be94568c92d3a05e70dd855f004ebed2c4170f5c2d2f36c0dfd5199'
'9968e59627f098fc5e2cbf0a0f1e11054e01ccd793d9098b5ff101c4e14f278b')