aboutsummaryrefslogtreecommitdiffstats
path: root/community/editorconfig-checker/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/editorconfig-checker/APKBUILD')
-rw-r--r--community/editorconfig-checker/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/editorconfig-checker/APKBUILD b/community/editorconfig-checker/APKBUILD
index cb4bc8a61a6..eabc96bf3c9 100644
--- a/community/editorconfig-checker/APKBUILD
+++ b/community/editorconfig-checker/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Anjandev Momi <anjan@momi.ca>
# Maintainer: Anjandev Momi <anjan@momi.ca>
pkgname=editorconfig-checker
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.7.0
+pkgrel=7
pkgdesc="A tool to verify that your files are in harmony with your .editorconfig"
url="https://editorconfig-checker.github.io/"
license="MIT"
@@ -13,9 +13,9 @@ builddir="$srcdir/github.com/editorconfig-checker/$pkgname"
source="$pkgname-$pkgver.tar.gz::https://github.com/editorconfig-checker/editorconfig-checker/archive/$pkgver.tar.gz"
export GOPATH="$srcdir"
-export GOCACHE="$srcdir/go-cache"
-export GOTMPDIR="$srcdir"
-export GOMODCACHE="$srcdir/go"
+export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
+export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
+export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
prepare() {
mkdir -p "$srcdir/github.com/editorconfig-checker"
@@ -37,5 +37,5 @@ package() {
}
sha512sums="
-c9f58495e4e0f583d38daacd121b80429d916394b390c59a70027ca58b8d3178d6edbe09a3d71c176e243cf473de0ee95b432ccc6ec93178e071e814791beaea editorconfig-checker-2.5.0.tar.gz
+697a0863d4ffa7de498654a266d0e09d71dca8975afec6150ae9131e030fffabd3e4bc7ddf60fc6411d91d7e91c359c1737ad35d02a08acda7ddc320b0d4bd5d editorconfig-checker-2.7.0.tar.gz
"