mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 19.0.14
This commit is contained in:
parent
65694a8539
commit
4ade92764a
3 changed files with 14 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.0.13
|
||||
pkgver = 19.0.14
|
||||
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.0.13.tgz
|
||||
noextract = cloudcmd-19.0.14.tgz
|
||||
options = !strip
|
||||
options = emptydirs
|
||||
options = staticlibs
|
||||
options = zipman
|
||||
source = cloudcmd-19.0.13.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.0.13.tgz
|
||||
b2sums = f7c206d980219b481393a0a79d78d9cf89f5e79b5d6dc55db8eab81be8db01783a0c188e3188fe2c1a38746582563b31d8406b833e9311494fb19533f5883659
|
||||
source = cloudcmd-19.0.14.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.0.14.tgz
|
||||
b2sums = d6c19d67b8d6621fa2160ed869206c8efc43a14c0a17715c79ba774046fd4df85122367bfc25da597e18ac72b87b50a645e418c241e842131847a7b582395aa6
|
||||
|
||||
pkgname = cloudcmd
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
|
||||
|
||||
_npmname=cloudcmd
|
||||
_npmver=19.0.13
|
||||
_npmver=19.0.14
|
||||
|
||||
pkgname=${_npmname}
|
||||
pkgdesc="Cloud Commander file manager for the web with console and editor."
|
||||
|
|
@ -21,7 +21,7 @@ noextract=("${pkgname}-${pkgver}.tgz")
|
|||
changelog="changelog.md"
|
||||
|
||||
source=("${pkgname}-${pkgver}.tgz::https://registry.npmjs.org/${_npmname}/-/${_npmname}-${_npmver}.tgz")
|
||||
b2sums=('f7c206d980219b481393a0a79d78d9cf89f5e79b5d6dc55db8eab81be8db01783a0c188e3188fe2c1a38746582563b31d8406b833e9311494fb19533f5883659')
|
||||
b2sums=('d6c19d67b8d6621fa2160ed869206c8efc43a14c0a17715c79ba774046fd4df85122367bfc25da597e18ac72b87b50a645e418c241e842131847a7b582395aa6')
|
||||
|
||||
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
|
||||
package() {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
2025.11.27, v19.0.14
|
||||
|
||||
fix:
|
||||
- 2a525e9b aleman: copy paste in text editor (#449)
|
||||
|
||||
feature:
|
||||
- 3ceb9a8c cloudcmd: open v11.0.0
|
||||
|
||||
2025.09.26, v19.0.13
|
||||
|
||||
feature:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue