eslint: update to 9.35.0

This commit is contained in:
Dirk Stolle 2025-09-07 09:29:33 +02:00
parent a6d345ca35
commit 18be51b041

View File

@ -3,20 +3,22 @@
_realname=eslint
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=9.31.0
pkgver=9.35.0
pkgrel=1
pkgdesc='An AST-based pattern checker for JavaScript (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://eslint.org'
msys2_repository_url='https://github.com/eslint/eslint'
msys2_changelog_url='https://github.com/eslint/eslint/blob/main/CHANGELOG.md'
msys2_references=(
'archlinux: eslint'
'purl: pkg:npm/eslint'
)
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-nodejs")
source=("https://registry.npmjs.org/${_realname}/-/${_realname}-${pkgver}.tgz")
sha256sums=('1b139eb0678939b6ed6ed82d1354d3c263a9954606b962959ef949eb0ee47556')
sha256sums=('91ccbe5b489b4f2b1c76671cd11d0587246812e6d489fcb00edf6d9d114793b9')
noextract=("${_realname}-${pkgver}.tgz")
package() {