Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
editorconfig-checker
Commits:
a063ef51 by Caleb Maclennan at 2026-06-29T14:27:29+03:00
upgpkg: 3.8.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.7.0
+ pkgver = 3.8.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.7.0/editorconfig-checker-3.7.0.tar.gz
- sha256sums =
df08c7aa8eb33c147ba38b628f53aff7baf3877d44c577d8964d9899e8052c81
+ source =
https://github.com/editorconfig-checker/editorconfig-checker/archive/refs/tags/v3.8.0/editorconfig-checker-3.8.0.tar.gz
+ sha256sums =
bc0001cf4d3fede6fc1010c25e7603b5c6f36dc6882e6de89aad1612ef4447c9
pkgname = editorconfig-checker
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=editorconfig-checker
-pkgver=3.7.0
+pkgver=3.8.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=('df08c7aa8eb33c147ba38b628f53aff7baf3877d44c577d8964d9899e8052c81')
+sha256sums=('bc0001cf4d3fede6fc1010c25e7603b5c6f36dc6882e6de89aad1612ef4447c9')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/editorconfig-checker/-/commit/a063ef51cddec6cbd2e37c56312c1aaac3ef5b06
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/editorconfig-checker/-/commit/a063ef51cddec6cbd2e37c56312c1aaac3ef5b06
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help