mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 19.5.1
This commit is contained in:
parent
c431077ba2
commit
34258bb307
3 changed files with 33 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.3.9
|
||||
pkgver = 19.5.1
|
||||
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.3.9.tgz
|
||||
noextract = cloudcmd-19.5.1.tgz
|
||||
options = !strip
|
||||
options = emptydirs
|
||||
options = staticlibs
|
||||
options = zipman
|
||||
source = cloudcmd-19.3.9.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.3.9.tgz
|
||||
b2sums = f118c9c701cf8ee7f87f945ecf5812ed0d868c2460542a50ec9ceaca8aef51b0b584b6e35d2e17fc4026e648a8ec8e01435a2330887ed1b4a928a058a5248f42
|
||||
source = cloudcmd-19.5.1.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.5.1.tgz
|
||||
b2sums = 5969b99aaa0aafedfa510521981e1b7682b3d925a9eb6a3a5e1db23c7684468ada0e16647b06b8e07f94d35e6d683b3b2375a0602292898757e472755153be7a
|
||||
|
||||
pkgname = cloudcmd
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
|
||||
|
||||
_npmname=cloudcmd
|
||||
_npmver=19.3.9
|
||||
_npmver=19.5.1
|
||||
|
||||
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=('f118c9c701cf8ee7f87f945ecf5812ed0d868c2460542a50ec9ceaca8aef51b0b584b6e35d2e17fc4026e648a8ec8e01435a2330887ed1b4a928a058a5248f42')
|
||||
b2sums=('5969b99aaa0aafedfa510521981e1b7682b3d925a9eb6a3a5e1db23c7684468ada0e16647b06b8e07f94d35e6d683b3b2375a0602292898757e472755153be7a')
|
||||
|
||||
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
|
||||
package() {
|
||||
|
|
|
|||
27
changelog.md
27
changelog.md
|
|
@ -1,3 +1,30 @@
|
|||
2026.02.18, v19.5.1
|
||||
|
||||
feature:
|
||||
- 6e1cf4ef cloudcmd: supermenu v5.0.0
|
||||
|
||||
2026.02.18, v19.5.0
|
||||
|
||||
feature:
|
||||
- b20539ef common: entity: encode {,}
|
||||
- 7ef134f4 cloudcmd: rendy v5.0.0
|
||||
|
||||
2026.02.18, v19.4.1
|
||||
|
||||
feature:
|
||||
- 1e18d513 cloudcmd: @cloudcmd/fileop v9.0.0
|
||||
|
||||
2026.02.18, v19.4.0
|
||||
|
||||
fix:
|
||||
- 45cf9baf menu: prefix (#456)
|
||||
|
||||
feature:
|
||||
- 3e647290 cloudcmd: redlint v6.0.0
|
||||
- 800ed012 cloudcmd: putout v42.0.5
|
||||
- 525c17d4 cloudcmd: madrun v13.0.0
|
||||
- 44247499 cloudcmd: eslint-plugin-putout v31.0.0
|
||||
|
||||
2026.02.15, v19.3.9
|
||||
|
||||
feature:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue