mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 19.0.13
This commit is contained in:
parent
09e6001890
commit
3d7d461b60
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.12
|
||||
pkgver = 19.0.13
|
||||
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.12.tgz
|
||||
noextract = cloudcmd-19.0.13.tgz
|
||||
options = !strip
|
||||
options = emptydirs
|
||||
options = staticlibs
|
||||
options = zipman
|
||||
source = cloudcmd-19.0.12.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.0.12.tgz
|
||||
source = README-19.0.12.md::https://raw.githubusercontent.com/coderaiser/cloudcmd/v19.0.12/README.md
|
||||
source = LICENSE-19.0.12::https://raw.githubusercontent.com/coderaiser/cloudcmd/v19.0.12/LICENSE
|
||||
b2sums = fa4f743e7d885d7210146504ef840927a1a60f73427ea447488099db36a08361c5bdabee61de2cd79d8b7091a08996687db530c62d2367453287098f954ca824
|
||||
b2sums = 1c21087984ee4eab6b2915b303c8e4f99405294c4ab28640867d3d542deacd5560cd7a70ec82719f1859b516a717d24b95bccaf7ee6513cc5731fab975f9b0a8
|
||||
source = cloudcmd-19.0.13.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.0.13.tgz
|
||||
source = README-19.0.13.md::https://raw.githubusercontent.com/coderaiser/cloudcmd/v19.0.13/README.md
|
||||
source = LICENSE-19.0.13::https://raw.githubusercontent.com/coderaiser/cloudcmd/v19.0.13/LICENSE
|
||||
b2sums = f7c206d980219b481393a0a79d78d9cf89f5e79b5d6dc55db8eab81be8db01783a0c188e3188fe2c1a38746582563b31d8406b833e9311494fb19533f5883659
|
||||
b2sums = 440d97e75c9032dc5a6d56c67344136cd4428bd50680c87f7edbc5159ca2b12b06a3f9abc3853c3c75a80db0c179e111379dbf878fc891104cc8282423398381
|
||||
b2sums = f925bfc0d0ce5b6542af8c5ba101117da11d4b760c65e8907cc6bf8d5ab443c996090f3ffe207d79e97f6f762e657f49522d5a83e81ad5f41cbcae063e27fe04
|
||||
|
||||
pkgname = cloudcmd
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
_npmname=cloudcmd
|
||||
pkgname=$_npmname
|
||||
pkgver=19.0.12
|
||||
pkgver=19.0.13
|
||||
pkgrel=1
|
||||
|
||||
pkgdesc="Cloud Commander file manager for the web with console and editor."
|
||||
|
|
@ -22,8 +22,8 @@ changelog="changelog.md"
|
|||
source=("${_npmname}-${pkgver}.tgz::https://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz"
|
||||
"README-${pkgver}.md::${_urlraw}/README.md"
|
||||
"LICENSE-${pkgver}::${_urlraw}/LICENSE")
|
||||
b2sums=('fa4f743e7d885d7210146504ef840927a1a60f73427ea447488099db36a08361c5bdabee61de2cd79d8b7091a08996687db530c62d2367453287098f954ca824'
|
||||
'1c21087984ee4eab6b2915b303c8e4f99405294c4ab28640867d3d542deacd5560cd7a70ec82719f1859b516a717d24b95bccaf7ee6513cc5731fab975f9b0a8'
|
||||
b2sums=('f7c206d980219b481393a0a79d78d9cf89f5e79b5d6dc55db8eab81be8db01783a0c188e3188fe2c1a38746582563b31d8406b833e9311494fb19533f5883659'
|
||||
'440d97e75c9032dc5a6d56c67344136cd4428bd50680c87f7edbc5159ca2b12b06a3f9abc3853c3c75a80db0c179e111379dbf878fc891104cc8282423398381'
|
||||
'f925bfc0d0ce5b6542af8c5ba101117da11d4b760c65e8907cc6bf8d5ab443c996090f3ffe207d79e97f6f762e657f49522d5a83e81ad5f41cbcae063e27fe04')
|
||||
|
||||
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2025.09.26, v19.0.13
|
||||
|
||||
feature:
|
||||
- 8477f3e4 cloudcmd: aleman v1.16.3 (#446)
|
||||
|
||||
2025.09.25, v19.0.12
|
||||
|
||||
feature:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue