Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
editorconfig-checker
Commits:
166e1233 by Caleb Maclennan at 2024-07-02T15:19:40+03:00
upgpkg: 3.0.2-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.0.1
+ pkgver = 3.0.2
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.0.1/editorconfig-checker-3.0.1.tar.gz
- sha256sums =
57bc2cd8b357aa3b3d8138c357ec34dd98b881fc01f8b067465757cd45ffdf0e
+ source =
https://github.com/editorconfig-checker/editorconfig-checker/archive/refs/tags/v3.0.2/editorconfig-checker-3.0.2.tar.gz
+ sha256sums =
c6613d3f091c20a0a873cf772280681a30931989068c561f5fd6d89466d43ca7
pkgname = editorconfig-checker
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=editorconfig-checker
-pkgver=3.0.1
+pkgver=3.0.2
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=('57bc2cd8b357aa3b3d8138c357ec34dd98b881fc01f8b067465757cd45ffdf0e')
+sha256sums=('c6613d3f091c20a0a873cf772280681a30931989068c561f5fd6d89466d43ca7')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/editorconfig-checker/-/commit/166e12339f9297d0ca169c94b67c47349fdbbe12
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/editorconfig-checker/-/commit/166e12339f9297d0ca169c94b67c47349fdbbe12
You're receiving this email because of your account on gitlab.archlinux.org.