Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
oxc
Commits:
f69da8a3 by Jelle van der Waa at 2024-12-02T15:52:19+01:00
upgpkg: 0.14.0-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.13.2
+ pkgver = 0.14.0
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.13.2.tar.gz::https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.13.2.tar.gz
- sha256sums =
312508649dacba3449645bbaf5b6cea5f7bcb5461e25e7d382e7d1eb143d5798
+ source =
oxlint-0.14.0.tar.gz::https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.14.0.tar.gz
+ sha256sums =
a28977286c74350c2f30a04e828c03a58860fb44a7c21cba5d0de8eb0c94ee48
pkgname = oxlint
pkgdesc = Oxc JavaScript linter
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgbase=oxc
pkgname=(oxlint oxc-language-server)
-pkgver=0.13.2
+pkgver=0.14.0
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=('312508649dacba3449645bbaf5b6cea5f7bcb5461e25e7d382e7d1eb143d5798')
+sha256sums=('a28977286c74350c2f30a04e828c03a58860fb44a7c21cba5d0de8eb0c94ee48')
prepare() {
cd "oxc-oxlint_v${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oxc/-/commit/f69da8a38059fdc76d2f22d581defc0449811743
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oxc/-/commit/f69da8a38059fdc76d2f22d581defc0449811743
You're receiving this email because of your account on gitlab.archlinux.org.