Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
editorconfig-checker
Commits:
92348353 by Caleb Maclennan at 2025-11-21T12:51:42+03:00
upgpkg: 3.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = editorconfig-checker
pkgdesc = A tool to verify that your files are in harmony with your
.editorconfig
- pkgver = 3.4.1
+ pkgver = 3.5.0
pkgrel = 1
url = https://github.com/editorconfig-checker/editorconfig-checker
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = editorconfig-checker
makedepends = go
depends = glibc
provides = ec
- source =
https://github.com/editorconfig-checker/editorconfig-checker/archive/refs/tags/v3.4.1/editorconfig-checker-3.4.1.tar.gz
- sha256sums =
dd19acaac32fa525f3b5bc3403dced0f79d9970dcebedd5fefbd1807add978e7
+ source =
https://github.com/editorconfig-checker/editorconfig-checker/archive/refs/tags/v3.5.0/editorconfig-checker-3.5.0.tar.gz
+ sha256sums =
11ecb806c1cbedc0dea73d479d300ba8622e88dea1dbe4827d9715849fdbafef
pkgname = editorconfig-checker
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=editorconfig-checker
-pkgver=3.4.1
+pkgver=3.5.0
pkgrel=1
pkgdesc='A tool to verify that your files are in harmony with your
.editorconfig'
arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=(go)
provides=(ec)
_archive="$pkgname-$pkgver"
source=("$url/archive/refs/tags/v$pkgver/$_archive.tar.gz")
-sha256sums=('dd19acaac32fa525f3b5bc3403dced0f79d9970dcebedd5fefbd1807add978e7')
+sha256sums=('11ecb806c1cbedc0dea73d479d300ba8622e88dea1dbe4827d9715849fdbafef')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/editorconfig-checker/-/commit/9234835365af55c3f371e643deeb3a0b5676b858
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/editorconfig-checker/-/commit/9234835365af55c3f371e643deeb3a0b5676b858
You're receiving this email because of your account on gitlab.archlinux.org.