Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
oxc
Commits:
664de43e by Jelle van der Waa at 2025-04-22T12:29:10+02:00
upgpkg: 0.16.7-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.16.6
+ pkgver = 0.16.7
pkgrel = 1
url = https://github.com/oxc-project/oxc
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = oxc
makedepends = cmake
depends = gcc-libs
options = !lto
- source =
oxlint-0.16.6.tar.gz::https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.16.6.tar.gz
- sha256sums =
e4ac85bc975a700df742840e95c84d8032c656bf50400d0b83297b6b4cd6ce84
+ source =
oxlint-0.16.7.tar.gz::https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.16.7.tar.gz
+ sha256sums =
8897d89d5d8ae9d30906f579225fd0e86ed5bca668693f7e454d185ffb5475f4
pkgname = oxlint
pkgdesc = Oxc JavaScript linter
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgbase=oxc
pkgname=(oxlint oxc-language-server)
-pkgver=0.16.6
+pkgver=0.16.7
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' 'cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v${pkgver}.tar.gz")
-sha256sums=('e4ac85bc975a700df742840e95c84d8032c656bf50400d0b83297b6b4cd6ce84')
+sha256sums=('8897d89d5d8ae9d30906f579225fd0e86ed5bca668693f7e454d185ffb5475f4')
prepare() {
cd "oxc-oxlint_v${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oxc/-/commit/664de43e1be2acbdfb3e4279553665b674908149
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oxc/-/commit/664de43e1be2acbdfb3e4279553665b674908149
You're receiving this email because of your account on gitlab.archlinux.org.