Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
oxc
Commits:
8844e74a by Jelle van der Waa at 2024-10-08T08:41:14+02:00
upgpkg: 0.9.10-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.9.9
+ pkgver = 0.9.10
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.9.9.tar.gz::https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.9.9.tar.gz
- sha256sums =
75f8c87eadae6260469dd4bcc8ce5c7ae9cffcff77c2c477d2fc09ac0a351666
+ source =
oxlint-0.9.10.tar.gz::https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.9.10.tar.gz
+ sha256sums =
d50ec9a95c6cf5e10b49a645bcb93430a286e09ffbb59e9ae8883b163169e4c1
pkgname = oxlint
pkgdesc = Oxc JavaScript linter
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgbase=oxc
pkgname=(oxlint oxc-language-server)
-pkgver=0.9.9
+pkgver=0.9.10
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=('75f8c87eadae6260469dd4bcc8ce5c7ae9cffcff77c2c477d2fc09ac0a351666')
+sha256sums=('d50ec9a95c6cf5e10b49a645bcb93430a286e09ffbb59e9ae8883b163169e4c1')
prepare() {
cd "oxc-oxlint_v${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oxc/-/commit/8844e74a7b9442287d73e7af6f330fa6406da85c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oxc/-/commit/8844e74a7b9442287d73e7af6f330fa6406da85c
You're receiving this email because of your account on gitlab.archlinux.org.