mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 19.1.13
This commit is contained in:
parent
4a1923354b
commit
5635b49874
3 changed files with 17 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.11
|
||||
pkgver = 19.1.13
|
||||
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.11.tgz
|
||||
noextract = cloudcmd-19.1.13.tgz
|
||||
options = !strip
|
||||
options = emptydirs
|
||||
options = staticlibs
|
||||
options = zipman
|
||||
source = cloudcmd-19.1.11.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.1.11.tgz
|
||||
b2sums = 0eb1ef40eba8834c1136d4c1aaf2bbc7526ceb69cef53c3de8e76a948309722d2eb3996d9c735e30e439ae49900f9bd7da5e67a9cc3e1c34e2d5bdb322a761ac
|
||||
source = cloudcmd-19.1.13.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.1.13.tgz
|
||||
b2sums = 3ea09e710460a7929d04cd9e497b3e1ce019266ec1703851badfaa3d0f3534e52fa466fe80694e05a0661c2717cff1cd2c83987034937cea7faeb92ded226680
|
||||
|
||||
pkgname = cloudcmd
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
|
||||
|
||||
_npmname=cloudcmd
|
||||
_npmver=19.1.11
|
||||
_npmver=19.1.13
|
||||
|
||||
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=('0eb1ef40eba8834c1136d4c1aaf2bbc7526ceb69cef53c3de8e76a948309722d2eb3996d9c735e30e439ae49900f9bd7da5e67a9cc3e1c34e2d5bdb322a761ac')
|
||||
b2sums=('3ea09e710460a7929d04cd9e497b3e1ce019266ec1703851badfaa3d0f3534e52fa466fe80694e05a0661c2717cff1cd2c83987034937cea7faeb92ded226680')
|
||||
|
||||
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
|
||||
package() {
|
||||
|
|
|
|||
11
changelog.md
11
changelog.md
|
|
@ -1,3 +1,14 @@
|
|||
2026.01.27, v19.1.13
|
||||
|
||||
feature:
|
||||
- 41b5a96f client: load: migrate to ESM
|
||||
|
||||
2026.01.27, v19.1.12
|
||||
|
||||
feature:
|
||||
- 27a52d33 client: sw: migrate to ESM
|
||||
- 6b049d95 client: sw: register: migrate to ESM
|
||||
|
||||
2026.01.25, v19.1.11
|
||||
|
||||
feature:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue