Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / pm2
Commits:
1e20cd4d by Felix Yan at 2026-06-29T14:27:55+00:00
upgpkg: 7.0.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,20 @@
pkgbase = pm2
pkgdesc = Production process manager for Node.JS applications with a
built-in load balancer
- pkgver = 7.0.1
+ pkgver = 7.0.2
pkgrel = 1
url = https://pm2.keymetrics.io
install = pm2.install
arch = any
license = AGPL-3.0-only
+ license = Apache-2.0
makedepends = npm
makedepends = git
depends = nodejs
depends = semver
- noextract = pm2-7.0.1.tgz
- source = https://registry.npmjs.org/pm2/-/pm2-7.0.1.tgz
+ noextract = pm2-7.0.2.tgz
+ source = https://registry.npmjs.org/pm2/-/pm2-7.0.2.tgz
source = pm2.service
- sha512sums =
87f0c8ed6a267dd0160f30d1b6386735fb06e03a3a92e398f9518a6ea7df1d6df2459314a16cf0c810e45e3ace5af9c1970b98de56012a4a330dd09a81f448e1
+ sha512sums =
ed05944da8d15d623450ef239f0577d83b1f706599b2ae615bfe8297deb7b5c3fb850d92472e8be4b1a912af9c050a6751f170b35724f3649d030f0bab209c39
sha512sums =
0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef
pkgname = pm2
=====================================
PKGBUILD
=====================================
@@ -1,19 +1,19 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=pm2
-pkgver=7.0.1
+pkgver=7.0.2
pkgrel=1
pkgdesc='Production process manager for Node.JS applications with a built-in
load balancer'
arch=('any')
url='https://pm2.keymetrics.io'
-license=('AGPL-3.0-only')
+license=('AGPL-3.0-only' 'Apache-2.0')
depends=('nodejs' 'semver')
makedepends=('npm' 'git')
install=pm2.install
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
pm2.service)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('87f0c8ed6a267dd0160f30d1b6386735fb06e03a3a92e398f9518a6ea7df1d6df2459314a16cf0c810e45e3ace5af9c1970b98de56012a4a330dd09a81f448e1'
+sha512sums=('ed05944da8d15d623450ef239f0577d83b1f706599b2ae615bfe8297deb7b5c3fb850d92472e8be4b1a912af9c050a6751f170b35724f3649d030f0bab209c39'
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pm2/-/commit/1e20cd4de7dcff79c37b54afac91e847e280bc1f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pm2/-/commit/1e20cd4de7dcff79c37b54afac91e847e280bc1f
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help