eslint-plugin-vue v7.9.0

This commit is contained in:
Knut Ahlers 2021-04-14 00:35:57 +02:00
parent ae23a325f1
commit 9c6f421305
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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() {