mirror of
https://github.com/luzifer-aur/vercel.git
synced 2024-11-12 15:42:42 +00:00
Bump to 20.1.2
This commit is contained in:
parent
2c44220215
commit
185bba17c0
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,15 +1,15 @@
|
||||||
pkgbase = vercel
|
pkgbase = vercel
|
||||||
pkgdesc = The command line interface for Vercel
|
pkgdesc = The command line interface for Vercel
|
||||||
pkgver = 20.1.0
|
pkgver = 20.1.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/zeit/now
|
url = https://github.com/zeit/now
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = jq
|
makedepends = jq
|
||||||
depends = npm
|
depends = npm
|
||||||
noextract = vercel-20.1.0.tgz
|
noextract = vercel-20.1.2.tgz
|
||||||
source = http://registry.npmjs.org/vercel/-/vercel-20.1.0.tgz
|
source = http://registry.npmjs.org/vercel/-/vercel-20.1.2.tgz
|
||||||
sha256sums = e9362a23692b28bea6b88fa3b2a37bf92037f4a52c13c2c671bc3fd2204f84ee
|
sha256sums = 734949792b4c018f75d23f0436a0275cafba3cb639f03656832f2ac2ee549083
|
||||||
|
|
||||||
pkgname = vercel
|
pkgname = vercel
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,5 +1,5 @@
|
||||||
pkgname=vercel
|
pkgname=vercel
|
||||||
pkgver=20.1.0
|
pkgver=20.1.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The command line interface for Vercel"
|
pkgdesc="The command line interface for Vercel"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -9,7 +9,7 @@ depends=('npm')
|
||||||
makedepends=('jq')
|
makedepends=('jq')
|
||||||
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
|
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
|
||||||
noextract=($pkgname-$pkgver.tgz)
|
noextract=($pkgname-$pkgver.tgz)
|
||||||
sha256sums=('e9362a23692b28bea6b88fa3b2a37bf92037f4a52c13c2c671bc3fd2204f84ee')
|
sha256sums=('734949792b4c018f75d23f0436a0275cafba3cb639f03656832f2ac2ee549083')
|
||||||
|
|
||||||
# For more info about this package see:
|
# For more info about this package see:
|
||||||
# https://wiki.archlinux.org/index.php/Node.js_package_guidelines
|
# https://wiki.archlinux.org/index.php/Node.js_package_guidelines
|
||||||
|
|
Loading…
Reference in a new issue