mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 19.6.6
This commit is contained in:
parent
0de8b9834b
commit
c65f628ecd
3 changed files with 16 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.6.4
|
||||
pkgver = 19.6.6
|
||||
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.6.4.tgz
|
||||
noextract = cloudcmd-19.6.6.tgz
|
||||
options = !strip
|
||||
options = emptydirs
|
||||
options = staticlibs
|
||||
options = zipman
|
||||
source = cloudcmd-19.6.4.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.6.4.tgz
|
||||
b2sums = c2f4990090d3d16f6a991ec18639ec4dc44929bc0644512b719752199394af02c1f89991ce380e714bc44816ef41560b231e8e07dabbaa895dbd412395c2644e
|
||||
source = cloudcmd-19.6.6.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.6.6.tgz
|
||||
b2sums = 226938dc6c36dec23a98f96786c66c1fae29be0a692b78d6a466093a85a3cb851da8a0d3072c395c616a5b2b789cc1354b1d4963ec9ae46ee54ce9e0b8698e9a
|
||||
|
||||
pkgname = cloudcmd
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
|
||||
|
||||
_npmname=cloudcmd
|
||||
_npmver=19.6.4
|
||||
_npmver=19.6.6
|
||||
|
||||
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=('c2f4990090d3d16f6a991ec18639ec4dc44929bc0644512b719752199394af02c1f89991ce380e714bc44816ef41560b231e8e07dabbaa895dbd412395c2644e')
|
||||
b2sums=('226938dc6c36dec23a98f96786c66c1fae29be0a692b78d6a466093a85a3cb851da8a0d3072c395c616a5b2b789cc1354b1d4963ec9ae46ee54ce9e0b8698e9a')
|
||||
|
||||
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
|
||||
package() {
|
||||
|
|
|
|||
10
changelog.md
10
changelog.md
|
|
@ -1,3 +1,13 @@
|
|||
2026.02.26, v19.6.6
|
||||
|
||||
feature:
|
||||
- 3987cc82 cloudcmd: redzip v4.5.1 (#457)
|
||||
|
||||
2026.02.26, v19.6.5
|
||||
|
||||
feature:
|
||||
- 964ae989 cloudcmd: redzip v4.5.0 (#457)
|
||||
|
||||
2026.02.25, v19.6.4
|
||||
|
||||
feature:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue