Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
oxc
Commits:
3a76b196 by Jelle van der Waa at 2024-09-12T14:11:16+02:00
upgpkg: 0.9.5-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.3
+ pkgver = 0.9.5
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.3.tar.gz::https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.9.3.tar.gz
- sha256sums =
cd0d6821148db885756f77e760b2274ffe0cf1ea7bfd77ee391e41506f7d4e09
+ source =
oxlint-0.9.5.tar.gz::https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.9.5.tar.gz
+ sha256sums =
8a41965688057acd36ab7950a5e5721300ba98b78fc4fb2945fcbf04a6415f6f
pkgname = oxlint
pkgdesc = Oxc JavaScript linter
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgbase=oxc
pkgname=(oxlint oxc-language-server)
-pkgver=0.9.3
+pkgver=0.9.5
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=('cd0d6821148db885756f77e760b2274ffe0cf1ea7bfd77ee391e41506f7d4e09')
+sha256sums=('8a41965688057acd36ab7950a5e5721300ba98b78fc4fb2945fcbf04a6415f6f')
prepare() {
cd "oxc-oxlint_v${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oxc/-/commit/3a76b1962eebd0ebde6a536b5366474d8d895f66
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oxc/-/commit/3a76b1962eebd0ebde6a536b5366474d8d895f66
You're receiving this email because of your account on gitlab.archlinux.org.