Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
editorconfig-checker


Commits:
14416334 by Caleb Maclennan at 2024-04-04T21:25:28+03:00
upgpkg: 3.0.1-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.0
+       pkgver = 3.0.1
        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.0/editorconfig-checker-3.0.0.tar.gz
-       sha256sums = 
ecc26b1c83b8d2df1c8a46b2cf5e5f2a7bfe8b530c00e9344fdfb11d8343ffcd
+       source = 
https://github.com/editorconfig-checker/editorconfig-checker/archive/refs/tags/v3.0.1/editorconfig-checker-3.0.1.tar.gz
+       sha256sums = 
57bc2cd8b357aa3b3d8138c357ec34dd98b881fc01f8b067465757cd45ffdf0e
 
 pkgname = editorconfig-checker


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Maintainer: Caleb Maclennan <[email protected]>
 
 pkgname=editorconfig-checker
-pkgver=3.0.0
+pkgver=3.0.1
 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=('ecc26b1c83b8d2df1c8a46b2cf5e5f2a7bfe8b530c00e9344fdfb11d8343ffcd')
+sha256sums=('57bc2cd8b357aa3b3d8138c357ec34dd98b881fc01f8b067465757cd45ffdf0e')
 
 build() {
        cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/editorconfig-checker/-/commit/1441633430d84ada6de64156a4cb943d3e4e5670

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/editorconfig-checker/-/commit/1441633430d84ada6de64156a4cb943d3e4e5670
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to