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