eslint-plugin-vue v8.0.0

This commit is contained in:
Luzifer.io Jenkins 2021-10-29 02:42:08 +00:00
parent c04637d2f5
commit eaaf3c5831
2 changed files with 6 additions and 6 deletions

View file

@ -1,14 +1,14 @@
pkgbase = eslint-plugin-vue
pkgdesc = Official ESLint plugin for Vue.js
pkgver = 7.20.0
pkgver = 8.0.0
pkgrel = 1
url = https://github.com/vuejs/eslint-plugin-vue
arch = any
license = MIT
makedepends = npm
depends = eslint
noextract = eslint-plugin-vue-7.20.0.tgz
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.20.0.tgz
sha256sums = 1a3645349648ad91c8dcbcefb5eba59d636e1c3ac154b99b034abc936b8c3f4f
noextract = eslint-plugin-vue-8.0.0.tgz
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.0.0.tgz
sha256sums = 9cc0757f7506b87a8fce216786e7951bd6bb040e51413ba746eac50d9375b6cf
pkgname = eslint-plugin-vue

View file

@ -2,7 +2,7 @@
# Contributor: Andrew Steinke <rkcf@rkcf.me>
pkgname=eslint-plugin-vue
pkgver=7.20.0
pkgver=8.0.0
pkgrel=1
pkgdesc='Official 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")
sha256sums=('1a3645349648ad91c8dcbcefb5eba59d636e1c3ac154b99b034abc936b8c3f4f')
sha256sums=('9cc0757f7506b87a8fce216786e7951bd6bb040e51413ba746eac50d9375b6cf')
noextract=($pkgname-$pkgver.tgz)
package() {