update to 1.2.1
All checks were successful
/ build (push) Successful in 1m51s
/ publish (push) Successful in 1m2s

Closes #18
This commit is contained in:
Carlos Galindo 2026-06-25 09:21:50 +02:00
commit c9abe51b16
3 changed files with 27 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = meshcentral
pkgdesc = Web based remote computer management server
pkgver = 1.2.0
pkgver = 1.2.1
pkgrel = 1
url = https://meshcentral.com
arch = any
@ -8,12 +8,12 @@ pkgbase = meshcentral
makedepends = npm
depends = nodejs>10
optdepends = mongodb: for larger deployments
noextract = meshcentral-1.2.0.tgz
source = meshcentral-1.2.0.tgz::https://registry.npmjs.org/meshcentral/-/meshcentral-1.2.0.tgz
noextract = meshcentral-1.2.1.tgz
source = meshcentral-1.2.1.tgz::https://registry.npmjs.org/meshcentral/-/meshcentral-1.2.1.tgz
source = meshcentral.service
source = meshcentral.tmpfiles
source = meshcentral.sysusers
sha256sums = 95abb0deb6dd3a6869fded6ad270a9931ae5ac82eac1210ea2dd46c1bdac8fa9
sha256sums = 1633bd072518a631bfbcfcd301c9fa9f0c3af03e83437a60f9b9664ca5d90a89
sha256sums = 339ee5927101ca2cf945c2e26a4c3d1a7af452119e67fd57c089b5fa88cbdc4e
sha256sums = 30608aab6b9b268e492506a5c230a49cc28cb47dd09b7c28c586580132ee7f7a
sha256sums = 259209675649cd7630167a3ac0af3f33836f683c031c8b47e5ccc3a1bb97aa15

View file

@ -0,0 +1,21 @@
on: [push]
concurrency:
cancel-in-progress: false
jobs:
build:
runs-on: docker
container:
image: archlinux:base-devel
steps:
- uses: https://git.cgj.es/archpkgs/actions/build-pkg@v1
name: build-pkg@v1
publish:
needs: [build]
runs-on: docker
steps:
- uses: https://git.cgj.es/archpkgs/actions/publish-pkg@v1
name: publish-pkg@v1
with:
PKG_TOKEN: ${{ secrets.PKG_TOKEN }}

View file

@ -1,6 +1,6 @@
# Maintainer: Carlos Galindo <arch -a-t- cgj .d.o.t. es>
pkgname=meshcentral
pkgver=1.2.0
pkgver=1.2.1
pkgrel=1
pkgdesc="Web based remote computer management server"
arch=("any")
@ -13,7 +13,7 @@ source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/$pkgname/-/$pkgname-$p
"$pkgname.service"
"$pkgname.tmpfiles"
"$pkgname.sysusers")
sha256sums=('95abb0deb6dd3a6869fded6ad270a9931ae5ac82eac1210ea2dd46c1bdac8fa9'
sha256sums=('1633bd072518a631bfbcfcd301c9fa9f0c3af03e83437a60f9b9664ca5d90a89'
'339ee5927101ca2cf945c2e26a4c3d1a7af452119e67fd57c089b5fa88cbdc4e'
'30608aab6b9b268e492506a5c230a49cc28cb47dd09b7c28c586580132ee7f7a'
'259209675649cd7630167a3ac0af3f33836f683c031c8b47e5ccc3a1bb97aa15')