diff --git a/.SRCINFO b/.SRCINFO index 75871d4..08df91a 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.23.9 + pkgver = 7.23.10 pkgrel = 1 url = https://github.com/babel/babel arch = any license = MIT makedepends = npm depends = eslint - noextract = eslint-parser-7.23.9.tgz - source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.9.tgz - sha256sums = b322711acd48ce98ef10db51162551b452e56eca8602f319fae867cb6ec703bd + noextract = eslint-parser-7.23.10.tgz + source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.10.tgz + sha256sums = 473c3c7dd634918da1514c028c0b4b95e888f58fa2e5ab13b40d79eb33e9547b pkgname = babel-eslint-plugin diff --git a/PKGBUILD b/PKGBUILD index a70ff39..53010a6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Knut Ahlers pkgname=babel-eslint-plugin -pkgver=7.23.9 +pkgver=7.23.10 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=('b322711acd48ce98ef10db51162551b452e56eca8602f319fae867cb6ec703bd') +sha256sums=('473c3c7dd634918da1514c028c0b4b95e888f58fa2e5ab13b40d79eb33e9547b') noextract=("eslint-parser-${pkgver}.tgz") package() {