Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
biome
Commits:
fee73c77 by Caleb Maclennan at 2025-11-03T20:14:25+03:00
upgpkg: 2.3.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = biome
pkgdesc = Formatter, linter, and more for Javascript, Typescript, JSON,
and CSS
- pkgver = 2.3.2
+ pkgver = 2.3.3
pkgrel = 1
url = https://biomejs.dev
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = biome
depends = glibc
replaces = rome
replaces = biome-bin
- source =
https://github.com/biomejs/biome/archive/@biomejs/[email protected]/biome--biomejs-biome-2.3.2.tar.gz
- sha256sums =
e26eb1c3444e0e3934e2ec90967126061962ff792fa16f5a50c16a0982a386af
+ source =
https://github.com/biomejs/biome/archive/@biomejs/[email protected]/biome--biomejs-biome-2.3.3.tar.gz
+ sha256sums =
620a3ee8c715ba373e9b2dcfe71af67e1175e80c3216682c29585fc2de8b69f9
pkgname = biome
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=biome
-pkgver=2.3.2
+pkgver=2.3.3
pkgrel=1
pkgdesc='Formatter, linter, and more for Javascript, Typescript, JSON, and CSS'
arch=(x86_64)
@@ -15,7 +15,7 @@ replaces=(rome
"$pkgname-bin")
_archive="$pkgname--biomejs-biome-$pkgver"
source=("$_url/archive/@biomejs/biome@$pkgver/$_archive.tar.gz")
-sha256sums=('e26eb1c3444e0e3934e2ec90967126061962ff792fa16f5a50c16a0982a386af')
+sha256sums=('620a3ee8c715ba373e9b2dcfe71af67e1175e80c3216682c29585fc2de8b69f9')
prepare() {
cd "$_archive/crates/${pkgname}_cli"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/biome/-/commit/fee73c7772501e341fa6a057b2594d0a982a2d06
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/biome/-/commit/fee73c7772501e341fa6a057b2594d0a982a2d06
You're receiving this email because of your account on gitlab.archlinux.org.