Updated: 19.3.8

This commit is contained in:
Rafael Baboni Dominiquini 2026-02-15 18:38:27 -03:00
parent 25e431914c
commit 8100bafd11
3 changed files with 11 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = cloudcmd
pkgdesc = Cloud Commander file manager for the web with console and editor.
pkgver = 19.3.7
pkgver = 19.3.8
pkgrel = 1
url = https://github.com/coderaiser/cloudcmd
changelog = changelog.md
@ -13,12 +13,12 @@ pkgbase = cloudcmd
depends = python
provides = cloudcmd
replaces = nodejs-cloudcmd
noextract = cloudcmd-19.3.7.tgz
noextract = cloudcmd-19.3.8.tgz
options = !strip
options = emptydirs
options = staticlibs
options = zipman
source = cloudcmd-19.3.7.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.3.7.tgz
b2sums = a68fc4a78d2be8b17f5c7ea8dc488032258dc3c18109288e64e2c2db8df6acc2daaf21b81b6b1069496f20bd217b30b868f3b979cb5f65d8fc7d9a7a31e40d42
source = cloudcmd-19.3.8.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.3.8.tgz
b2sums = 6eaa6bb78e05800da10472a9990d8658455bb882796a42dccb1d1670e8c6d148ef0a96afb9f2205a5a14da8beae5c3d3116b710a515d017077a3fd050095cb69
pkgname = cloudcmd

View file

@ -1,7 +1,7 @@
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
_npmname=cloudcmd
_npmver=19.3.7
_npmver=19.3.8
pkgname=${_npmname}
pkgdesc="Cloud Commander file manager for the web with console and editor."
@ -22,7 +22,7 @@ noextract=("${pkgname}-${pkgver}.tgz")
changelog="changelog.md"
source=("${pkgname}-${pkgver}.tgz::https://registry.npmjs.org/${_npmname}/-/${_npmname}-${_npmver}.tgz")
b2sums=('a68fc4a78d2be8b17f5c7ea8dc488032258dc3c18109288e64e2c2db8df6acc2daaf21b81b6b1069496f20bd217b30b868f3b979cb5f65d8fc7d9a7a31e40d42')
b2sums=('6eaa6bb78e05800da10472a9990d8658455bb882796a42dccb1d1670e8c6d148ef0a96afb9f2205a5a14da8beae5c3d3116b710a515d017077a3fd050095cb69')
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
package() {

View file

@ -1,3 +1,8 @@
2026.02.15, v19.3.8
fix:
- d274a2b3 spinner (#456)
2026.02.13, v19.3.7
feature: