Skip to content
Snippets Groups Projects
Commit 997f5770 authored by Anjandev Momi's avatar Anjandev Momi Committed by Patrycja Rosa
Browse files

community/editorconfig-checker: upgrade to 3.0.3

parent 25b6b2e3
No related branches found
No related tags found
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!78860community/editorconfig-checker: upgrade to 3.0.3
# Contributor: Anjandev Momi <anjan@momi.ca>
# Maintainer: Anjandev Momi <anjan@momi.ca>
pkgname=editorconfig-checker
pkgver=2.7.0
pkgrel=11
pkgver=3.0.3
pkgrel=0
pkgdesc="A tool to verify that your files are in harmony with your .editorconfig"
url="https://editorconfig-checker.github.io/"
license="MIT"
arch="all"
makedepends="go"
options="chmod-clean"
options="chmod-clean net" # net for go
builddir="$srcdir/github.com/editorconfig-checker/$pkgname"
source="$pkgname-$pkgver.tar.gz::https://github.com/editorconfig-checker/editorconfig-checker/archive/$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/editorconfig-checker/editorconfig-checker/archive/v$pkgver.tar.gz"
export GOPATH="$srcdir"
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
......@@ -34,8 +34,9 @@ build() {
package() {
install -Dm755 "$builddir/bin/ec" -t "$pkgdir/usr/bin"
install -m644 -D "$builddir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
sha512sums="
697a0863d4ffa7de498654a266d0e09d71dca8975afec6150ae9131e030fffabd3e4bc7ddf60fc6411d91d7e91c359c1737ad35d02a08acda7ddc320b0d4bd5d editorconfig-checker-2.7.0.tar.gz
ed167e66a09243f6ad643fd51ce3935d439926a339b243a46cab19816734afd24f650fe533ae9caa4c1d6d48ddc5f0ae9fa9591a435ceae95ed9ee336535608c editorconfig-checker-3.0.3.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment