mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 19.0.4
This commit is contained in:
parent
16659b59bb
commit
f8f3cd5979
3 changed files with 15 additions and 10 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = cloudcmd
|
||||
pkgdesc = Cloud Commander file manager for the web with console and editor.
|
||||
pkgver = 19.0.3
|
||||
pkgver = 19.0.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/coderaiser/cloudcmd
|
||||
changelog = changelog.md
|
||||
|
|
@ -13,16 +13,16 @@ pkgbase = cloudcmd
|
|||
depends = python
|
||||
provides = cloudcmd
|
||||
replaces = nodejs-cloudcmd
|
||||
noextract = cloudcmd-19.0.3.tgz
|
||||
noextract = cloudcmd-19.0.4.tgz
|
||||
options = !strip
|
||||
options = emptydirs
|
||||
options = staticlibs
|
||||
options = zipman
|
||||
source = https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.0.3.tgz
|
||||
source = README-19.0.3.md::https://raw.githubusercontent.com/coderaiser/cloudcmd/v19.0.3/README.md
|
||||
source = LICENSE-19.0.3::https://raw.githubusercontent.com/coderaiser/cloudcmd/v19.0.3/LICENSE
|
||||
b2sums = a3ab97bf7a52d2e4dff05871f5cc44daf9c143bfa9f330d5e2e1ae2f14c7ca73d494a082e1b389734be4ac011ff8b629806b1f281c6dfb603d8565d6e441d767
|
||||
b2sums = b6f4982d97f12cdce858f2c41fcaf5f60e6fe9078ce3d2d264cb0b7be6761223d7efcfa9aa7c71de7b534e5e7ddfe6b3b783dfd063194f4e4083f9be5111a4ee
|
||||
source = https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.0.4.tgz
|
||||
source = README-19.0.4.md::https://raw.githubusercontent.com/coderaiser/cloudcmd/v19.0.4/README.md
|
||||
source = LICENSE-19.0.4::https://raw.githubusercontent.com/coderaiser/cloudcmd/v19.0.4/LICENSE
|
||||
b2sums = 3bd5814b465cc62725ef1bd1f4b0f321d54360d1c16a1223e1e7eb9cf6816096816bff636d8b1d2714b5732f1e7bc4a1be9e5bfb8aa61ef9c9f06deba22cced8
|
||||
b2sums = a18cb648a9556cc5479d207fb7270d1ebd6f0962331f06c50d77ff8e1020a0ea67e920ced95e2fa8877b1c535f6b611485fd3707649d89e401d0ba41e2f2a158
|
||||
b2sums = f925bfc0d0ce5b6542af8c5ba101117da11d4b760c65e8907cc6bf8d5ab443c996090f3ffe207d79e97f6f762e657f49522d5a83e81ad5f41cbcae063e27fe04
|
||||
|
||||
pkgname = cloudcmd
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
_npmname=cloudcmd
|
||||
pkgname=$_npmname
|
||||
pkgver=19.0.3
|
||||
pkgver=19.0.4
|
||||
pkgrel=1
|
||||
|
||||
pkgdesc="Cloud Commander file manager for the web with console and editor."
|
||||
|
|
@ -22,8 +22,8 @@ changelog="changelog.md"
|
|||
source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz"
|
||||
"README-${pkgver}.md::${_urlraw}/README.md"
|
||||
"LICENSE-${pkgver}::${_urlraw}/LICENSE")
|
||||
b2sums=('a3ab97bf7a52d2e4dff05871f5cc44daf9c143bfa9f330d5e2e1ae2f14c7ca73d494a082e1b389734be4ac011ff8b629806b1f281c6dfb603d8565d6e441d767'
|
||||
'b6f4982d97f12cdce858f2c41fcaf5f60e6fe9078ce3d2d264cb0b7be6761223d7efcfa9aa7c71de7b534e5e7ddfe6b3b783dfd063194f4e4083f9be5111a4ee'
|
||||
b2sums=('3bd5814b465cc62725ef1bd1f4b0f321d54360d1c16a1223e1e7eb9cf6816096816bff636d8b1d2714b5732f1e7bc4a1be9e5bfb8aa61ef9c9f06deba22cced8'
|
||||
'a18cb648a9556cc5479d207fb7270d1ebd6f0962331f06c50d77ff8e1020a0ea67e920ced95e2fa8877b1c535f6b611485fd3707649d89e401d0ba41e2f2a158'
|
||||
'f925bfc0d0ce5b6542af8c5ba101117da11d4b760c65e8907cc6bf8d5ab443c996090f3ffe207d79e97f6f762e657f49522d5a83e81ad5f41cbcae063e27fe04')
|
||||
|
||||
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2025.09.15, v19.0.4
|
||||
|
||||
feature:
|
||||
- 66db798c cloudcmd: aleman v1.12.3
|
||||
|
||||
2025.09.15, v19.0.3
|
||||
|
||||
feature:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue