mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 18.8.2
This commit is contained in:
parent
e68186dfd0
commit
f2f86dc8e3
2 changed files with 7 additions and 7 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = cloudcmd
|
||||
pkgdesc = Cloud Commander file manager for the web with console and editor.
|
||||
pkgver = 18.8.1
|
||||
pkgver = 18.8.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/coderaiser/cloudcmd
|
||||
changelog = changelog.md
|
||||
|
|
@ -13,14 +13,14 @@ pkgbase = cloudcmd
|
|||
depends = python
|
||||
provides = cloudcmd
|
||||
replaces = nodejs-cloudcmd
|
||||
noextract = cloudcmd-18.8.1.tgz
|
||||
noextract = cloudcmd-18.8.2.tgz
|
||||
options = !strip
|
||||
options = emptydirs
|
||||
options = staticlibs
|
||||
options = zipman
|
||||
source = https://registry.npmjs.org/cloudcmd/-/cloudcmd-18.8.1.tgz
|
||||
source = https://raw.githubusercontent.com/coderaiser/cloudcmd/v18.8.1/LICENSE
|
||||
b2sums = a11b6cae42b26132c64c2926ebabc4e4ca48d78e222029546d98af4dbdadc7935fe9406c5302bcccde72aea01e3cd8ecbd48862c7adb1b3eb6212292d66a8ada
|
||||
source = https://registry.npmjs.org/cloudcmd/-/cloudcmd-18.8.2.tgz
|
||||
source = https://raw.githubusercontent.com/coderaiser/cloudcmd/v18.8.2/LICENSE
|
||||
b2sums = 8e222f887a7826695144502ebff5e0f1d879611354b3a8b3255075b206733fda5986333416ec6fe205fde18f3f2c38154ff7d83ee66ff2f87126f80a85d41dd4
|
||||
b2sums = f925bfc0d0ce5b6542af8c5ba101117da11d4b760c65e8907cc6bf8d5ab443c996090f3ffe207d79e97f6f762e657f49522d5a83e81ad5f41cbcae063e27fe04
|
||||
|
||||
pkgname = cloudcmd
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
_npmname=cloudcmd
|
||||
pkgname=$_npmname
|
||||
pkgver=18.8.1
|
||||
pkgver=18.8.2
|
||||
pkgrel=1
|
||||
|
||||
pkgdesc="Cloud Commander file manager for the web with console and editor."
|
||||
|
|
@ -20,7 +20,7 @@ source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz"
|
|||
"https://raw.githubusercontent.com/coderaiser/cloudcmd/v${pkgver}/LICENSE")
|
||||
noextract=("${_npmname}-${pkgver}.tgz")
|
||||
|
||||
b2sums=('a11b6cae42b26132c64c2926ebabc4e4ca48d78e222029546d98af4dbdadc7935fe9406c5302bcccde72aea01e3cd8ecbd48862c7adb1b3eb6212292d66a8ada'
|
||||
b2sums=('8e222f887a7826695144502ebff5e0f1d879611354b3a8b3255075b206733fda5986333416ec6fe205fde18f3f2c38154ff7d83ee66ff2f87126f80a85d41dd4'
|
||||
'f925bfc0d0ce5b6542af8c5ba101117da11d4b760c65e8907cc6bf8d5ab443c996090f3ffe207d79e97f6f762e657f49522d5a83e81ad5f41cbcae063e27fe04')
|
||||
|
||||
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue