mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 19.1.16
This commit is contained in:
parent
5635b49874
commit
fe1c039bfe
3 changed files with 23 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.13
|
||||
pkgver = 19.1.16
|
||||
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.13.tgz
|
||||
noextract = cloudcmd-19.1.16.tgz
|
||||
options = !strip
|
||||
options = emptydirs
|
||||
options = staticlibs
|
||||
options = zipman
|
||||
source = cloudcmd-19.1.13.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.1.13.tgz
|
||||
b2sums = 3ea09e710460a7929d04cd9e497b3e1ce019266ec1703851badfaa3d0f3534e52fa466fe80694e05a0661c2717cff1cd2c83987034937cea7faeb92ded226680
|
||||
source = cloudcmd-19.1.16.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.1.16.tgz
|
||||
b2sums = 79f938838892438ca0d54029a60ad324b2cbfcc410fc364dd5d7198a89e3ac1e562eab232d9e21b7ccdfbf162f04acf26a320c2c8ee16092c98b2df1c8e892d8
|
||||
|
||||
pkgname = cloudcmd
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
|
||||
|
||||
_npmname=cloudcmd
|
||||
_npmver=19.1.13
|
||||
_npmver=19.1.16
|
||||
|
||||
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=('3ea09e710460a7929d04cd9e497b3e1ce019266ec1703851badfaa3d0f3534e52fa466fe80694e05a0661c2717cff1cd2c83987034937cea7faeb92ded226680')
|
||||
b2sums=('79f938838892438ca0d54029a60ad324b2cbfcc410fc364dd5d7198a89e3ac1e562eab232d9e21b7ccdfbf162f04acf26a320c2c8ee16092c98b2df1c8e892d8')
|
||||
|
||||
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
|
||||
package() {
|
||||
|
|
|
|||
17
changelog.md
17
changelog.md
|
|
@ -1,3 +1,20 @@
|
|||
2026.01.28, v19.1.16
|
||||
|
||||
fix:
|
||||
- 4c242631 css: spinner: do not minify svg
|
||||
|
||||
2026.01.28, v19.1.15
|
||||
|
||||
feature:
|
||||
- 265c0b49 client: key: vim: migrate to ESM
|
||||
- 3bc49f02 client: set-current-by-char: migrate to ESM
|
||||
|
||||
2026.01.28, v19.1.14
|
||||
|
||||
feature:
|
||||
- f8a63b5a client: key: binder: migrate to ESM
|
||||
- 2cc97f33 client: cloud: migrate to ESM
|
||||
|
||||
2026.01.27, v19.1.13
|
||||
|
||||
feature:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue