mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 19.1.20
This commit is contained in:
parent
542c89a51f
commit
798e0c87f6
3 changed files with 13 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = cloudcmd
|
||||
pkgdesc = Cloud Commander file manager for the web with console and editor.
|
||||
pkgver = 19.1.19
|
||||
pkgver = 19.1.20
|
||||
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.1.19.tgz
|
||||
noextract = cloudcmd-19.1.20.tgz
|
||||
options = !strip
|
||||
options = emptydirs
|
||||
options = staticlibs
|
||||
options = zipman
|
||||
source = cloudcmd-19.1.19.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.1.19.tgz
|
||||
b2sums = f7a2a03fd9680e63ab60c91a022e8b2a92a96d9126feb79c5d18d549939a2443aaacbc7f4b50b4d009750d82ffbd30ba81495db8fa83203cde7ae457d3809411
|
||||
source = cloudcmd-19.1.20.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.1.20.tgz
|
||||
b2sums = 2ba323ca275fa79f6c5061d46c539e0ca728c93063174032db34d9afde7ef4729fb07a18481e7b2c639f673288ba4226007ffb12a2401dcb7914e24650705ba9
|
||||
|
||||
pkgname = cloudcmd
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
|
||||
|
||||
_npmname=cloudcmd
|
||||
_npmver=19.1.19
|
||||
_npmver=19.1.20
|
||||
|
||||
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=('f7a2a03fd9680e63ab60c91a022e8b2a92a96d9126feb79c5d18d549939a2443aaacbc7f4b50b4d009750d82ffbd30ba81495db8fa83203cde7ae457d3809411')
|
||||
b2sums=('2ba323ca275fa79f6c5061d46c539e0ca728c93063174032db34d9afde7ef4729fb07a18481e7b2c639f673288ba4226007ffb12a2401dcb7914e24650705ba9')
|
||||
|
||||
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
|
||||
package() {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
2026.01.31, v19.1.20
|
||||
|
||||
feature:
|
||||
- c1014c9c client: dom: operations: rename-current: migrate to ESM
|
||||
- 2e486f8b cloudcmd: restafary v13.0.0
|
||||
- 6addb29f cloudcmd: redzip v4.0.0
|
||||
|
||||
2026.01.30, v19.1.19
|
||||
|
||||
feature:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue