mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 19.3.1
This commit is contained in:
parent
520b5828c4
commit
bbcbe7cf1e
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.1.21
|
||||
pkgver = 19.3.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.1.21.tgz
|
||||
noextract = cloudcmd-19.3.1.tgz
|
||||
options = !strip
|
||||
options = emptydirs
|
||||
options = staticlibs
|
||||
options = zipman
|
||||
source = cloudcmd-19.1.21.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.1.21.tgz
|
||||
b2sums = 830da13782af1af833a7021d7216a6d82d35ce31961d1c3f693df5fc58c00dc11b420c4a4af54d341993c0fced1b546ad2ffcc6aa770cc225804cdccdc29d507
|
||||
source = cloudcmd-19.3.1.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.3.1.tgz
|
||||
b2sums = ca027a718d3d291d832c39991657485ae7019422afc48afe754868df5bfd6b9d268d206778cee773c5c89ff06dffd964669d0e0a7a6ae2733dbbddb36769dfcc
|
||||
|
||||
pkgname = cloudcmd
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
|
||||
|
||||
_npmname=cloudcmd
|
||||
_npmver=19.1.21
|
||||
_npmver=19.3.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=('830da13782af1af833a7021d7216a6d82d35ce31961d1c3f693df5fc58c00dc11b420c4a4af54d341993c0fced1b546ad2ffcc6aa770cc225804cdccdc29d507')
|
||||
b2sums=('ca027a718d3d291d832c39991657485ae7019422afc48afe754868df5bfd6b9d268d206778cee773c5c89ff06dffd964669d0e0a7a6ae2733dbbddb36769dfcc')
|
||||
|
||||
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
|
||||
package() {
|
||||
|
|
|
|||
27
changelog.md
27
changelog.md
|
|
@ -1,3 +1,30 @@
|
|||
2026.02.03, v19.3.1
|
||||
|
||||
fix:
|
||||
- 5661bc4f Closing X in editor disappeared (#455)
|
||||
|
||||
2026.02.03, v19.3.0
|
||||
|
||||
feature:
|
||||
- 4533a25c cloudcmd: migrate to ESM
|
||||
- e8a81c49 client: dom: events: migrate to ESM
|
||||
- 071141bc client: terminal-run: migrate to ESM
|
||||
|
||||
2026.02.03, v19.2.0
|
||||
|
||||
feature:
|
||||
- bb32f7c4 client: dom: migrate to ESM
|
||||
- 457c83db client: migrate to ESM
|
||||
- f8a941bd client: modules: markdown: migrate to ESM
|
||||
- 9d6cffaf client: polifyll: migrate to ESM
|
||||
- 5b704d06 client: edit-names: migrate to ESM
|
||||
- 2c2ca8eb client: edit-file: migrate to ESM
|
||||
- c9f57c5f client: modules: edit-file-vim: migrate to ESM
|
||||
- 327ac9de client: modules: help: migrate to ESM
|
||||
- dc34ee87 cloudcmd: @putout/plugin-cloudcmd v5.0.0
|
||||
- 3cd3695b client: modules: edit-names-vim: migrate to ESM
|
||||
- dfcbfd63 client: modules: terminal: migrate to ESM
|
||||
|
||||
2026.02.02, v19.1.21
|
||||
|
||||
feature:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue