From 2cad22bd2642de3b4a04be055e8c5934a26501e2 Mon Sep 17 00:00:00 2001 From: "Luzifer.io Jenkins" Date: Wed, 2 Feb 2022 23:34:11 +0000 Subject: [PATCH] babel-eslint-plugin v7.17.0 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ebf622c..2efd0fd 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = babel-eslint-plugin pkgdesc = @babel/eslint-parser allows you to lint ALL valid Babel code with the fantastic ESLint - pkgver = 7.16.5 + pkgver = 7.17.0 pkgrel = 1 url = https://github.com/babel/babel arch = any license = MIT makedepends = npm depends = eslint - noextract = eslint-parser-7.16.5.tgz - source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.5.tgz - sha256sums = cb1275d9d9b3c02f7daf628d87222a16783e1f0ed78f7e1a57c2de5a53977b05 + noextract = eslint-parser-7.17.0.tgz + source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.17.0.tgz + sha256sums = 53668e559d0af8328d888f66731f50d8bc4e86e9fc2b943fe93c3f8261b93453 pkgname = babel-eslint-plugin diff --git a/PKGBUILD b/PKGBUILD index e5241c1..7ff8f44 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Knut Ahlers pkgname=babel-eslint-plugin -pkgver=7.16.5 +pkgver=7.17.0 pkgrel=1 pkgdesc='@babel/eslint-parser allows you to lint ALL valid Babel code with the fantastic ESLint' arch=('any') @@ -10,7 +10,7 @@ license=('MIT') depends=('eslint') makedepends=('npm') source=("https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-${pkgver}.tgz") -sha256sums=('cb1275d9d9b3c02f7daf628d87222a16783e1f0ed78f7e1a57c2de5a53977b05') +sha256sums=('53668e559d0af8328d888f66731f50d8bc4e86e9fc2b943fe93c3f8261b93453') noextract=("eslint-parser-${pkgver}.tgz") package() {