Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
oxc
Commits:
516a37e1 by Jelle van der Waa at 2025-02-16T10:51:10+01:00
upgpkg: 0.15.11-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = oxc
pkgdesc = A collection of JavaScript tools written in Rust
- pkgver = 0.15.10
+ pkgver = 0.15.11
pkgrel = 1
url = https://github.com/oxc-project/oxc
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = oxc
makedepends = nodejs
depends = gcc-libs
options = !lto
- source =
oxlint-0.15.10.tar.gz::https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.15.10.tar.gz
- sha256sums =
d385ea588259064e97bff4687edc98f9f8ac0afbd495e42be6e95277b362bdc5
+ source =
oxlint-0.15.11.tar.gz::https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.15.11.tar.gz
+ sha256sums =
02a3b2a10856e12adf84ef6a7ec8bbd7d06d6203d063e4fc0fb72b42ede15267
pkgname = oxlint
pkgdesc = Oxc JavaScript linter
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgbase=oxc
pkgname=(oxlint oxc-language-server)
-pkgver=0.15.10
+pkgver=0.15.11
pkgrel=1
pkgdesc="A collection of JavaScript tools written in Rust"
arch=(x86_64)
@@ -12,7 +12,7 @@ depends=('gcc-libs')
options=('!lto')
makedepends=('rust' 'cargo' 'nodejs')
source=("$pkgname-$pkgver.tar.gz::https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v${pkgver}.tar.gz")
-sha256sums=('d385ea588259064e97bff4687edc98f9f8ac0afbd495e42be6e95277b362bdc5')
+sha256sums=('02a3b2a10856e12adf84ef6a7ec8bbd7d06d6203d063e4fc0fb72b42ede15267')
prepare() {
cd "oxc-oxlint_v${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oxc/-/commit/516a37e10c2912450e380f97dc7e58d827f90df6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oxc/-/commit/516a37e10c2912450e380f97dc7e58d827f90df6
You're receiving this email because of your account on gitlab.archlinux.org.