diff --git a/.SRCINFO b/.SRCINFO index 0abb174..b4f6087 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.22.15 + pkgver = 7.23.3 pkgrel = 1 url = https://github.com/babel/babel arch = any license = MIT makedepends = npm depends = eslint - noextract = eslint-parser-7.22.15.tgz - source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.15.tgz - sha256sums = 92f5266f8b77814d06831d426072648584a773554ed8b26ea6442f9b5978171c + noextract = eslint-parser-7.23.3.tgz + source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz + sha256sums = 97d4234d9d56ed35761447683c85b36977d756bf123836d48fe1993e3c7739fb pkgname = babel-eslint-plugin diff --git a/PKGBUILD b/PKGBUILD index 1a21dc7..d40c69c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Knut Ahlers pkgname=babel-eslint-plugin -pkgver=7.22.15 +pkgver=7.23.3 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=('92f5266f8b77814d06831d426072648584a773554ed8b26ea6442f9b5978171c') +sha256sums=('97d4234d9d56ed35761447683c85b36977d756bf123836d48fe1993e3c7739fb') noextract=("eslint-parser-${pkgver}.tgz") package() {