update to 7.4.0

This commit is contained in:
rkcf 2020-12-28 10:12:06 -06:00
parent dc8bf2a171
commit 8a85a1724e
2 changed files with 7 additions and 7 deletions

View file

@ -1,15 +1,15 @@
pkgbase = eslint-plugin-vue
pkgdesc = ESLint Plugin for Vue.js
pkgver = 7.1.0
pkgver = 7.4.0
pkgrel = 1
url = https://github.com/vuejs/eslint-plugin-vue
arch = any
license = MIT
makedepends = npm
depends = eslint
noextract = eslint-plugin-vue-7.1.0.tgz
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.1.0.tgz
md5sums = 6c5a3f99efffe1390194abf49f24b55b
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
pkgname = eslint-plugin-vue

View file

@ -1,7 +1,7 @@
# Maintainer: Andrew Steinke <rkcf@rkcf.me>
pkgname=eslint-plugin-vue
pkgver=7.1.0
pkgver=7.4.0
pkgrel=1
pkgdesc='ESLint Plugin for Vue.js'
arch=('any')
@ -9,8 +9,8 @@ url='https://github.com/vuejs/eslint-plugin-vue'
license=('MIT')
depends=('eslint')
makedepends=('npm')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
md5sums=('6c5a3f99efffe1390194abf49f24b55b')
source=("http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
md5sums=('05c97697784db7c06b9beec2e0b7c573')
noextract=($pkgname-$pkgver.tgz)
package() {