mirror of
https://github.com/luzifer-aur/eslint-plugin-vue.git
synced 2024-11-08 13:30:00 +00:00
eslint-plugin-vue v7.9.0
This commit is contained in:
parent
ae23a325f1
commit
9c6f421305
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,15 +1,15 @@
|
|||
pkgbase = eslint-plugin-vue
|
||||
pkgdesc = ESLint Plugin for Vue.js
|
||||
pkgver = 7.4.0
|
||||
pkgver = 7.9.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/vuejs/eslint-plugin-vue
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = npm
|
||||
depends = eslint
|
||||
noextract = eslint-plugin-vue-7.4.0.tgz
|
||||
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.4.0.tgz
|
||||
md5sums = 05c97697784db7c06b9beec2e0b7c573
|
||||
noextract = eslint-plugin-vue-7.9.0.tgz
|
||||
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.9.0.tgz
|
||||
md5sums = 70e065f1f6428aff427f3d1320c5f7cf
|
||||
|
||||
pkgname = eslint-plugin-vue
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Andrew Steinke <rkcf@rkcf.me>
|
||||
|
||||
pkgname=eslint-plugin-vue
|
||||
pkgver=7.4.0
|
||||
pkgver=7.9.0
|
||||
pkgrel=1
|
||||
pkgdesc='ESLint Plugin for Vue.js'
|
||||
arch=('any')
|
||||
|
@ -11,7 +11,7 @@ license=('MIT')
|
|||
depends=('eslint')
|
||||
makedepends=('npm')
|
||||
source=("http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
|
||||
md5sums=('05c97697784db7c06b9beec2e0b7c573')
|
||||
md5sums=('70e065f1f6428aff427f3d1320c5f7cf')
|
||||
noextract=($pkgname-$pkgver.tgz)
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue