Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
biome
Commits:
d4c3af7e by Caleb Maclennan at 2026-01-23T22:42:51+03:00
upgpkg: 2.3.12-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.11
+ pkgver = 2.3.12
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.11.tar.gz
- sha256sums =
ebc9b7868864842789d6c13d0ba44c2a62b7e26365d8a366f245f293ee8143a5
+ source =
https://github.com/biomejs/biome/archive/@biomejs/[email protected]/biome--biomejs-biome-2.3.12.tar.gz
+ sha256sums =
f86ee07054d71681b081994a42ca094592bd8afacf3e72c32a31f53e77dc690f
pkgname = biome
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=biome
-pkgver=2.3.11
+pkgver=2.3.12
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=('ebc9b7868864842789d6c13d0ba44c2a62b7e26365d8a366f245f293ee8143a5')
+sha256sums=('f86ee07054d71681b081994a42ca094592bd8afacf3e72c32a31f53e77dc690f')
prepare() {
cd "$_archive/crates/${pkgname}_cli"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/biome/-/commit/d4c3af7e9da80e8e415a0f18aaa414586acbd89b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/biome/-/commit/d4c3af7e9da80e8e415a0f18aaa414586acbd89b
You're receiving this email because of your account on gitlab.archlinux.org.