summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2021-10-08 17:12:55 +0330
committerGitHub2021-10-08 17:12:55 +0330
commitfc4aee03e153d170c7ac791ec768d6b1fb0b7fd9 (patch)
treea60f3315212c641e4ab552ae3a0511d40dcea7b6 /PKGBUILD
parent0cc18aec71430e94634691ccf6313ffe3671870c (diff)
downloadaur-fc4aee03e153d170c7ac791ec768d6b1fb0b7fd9.tar.gz
upgpkg: actionlint 1.6.5-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bb8d3c30af3..6c20565f73e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
pkgname=actionlint
-pkgver=1.6.4
+pkgver=1.6.5
pkgrel=1
pkgdesc="Static checker for GitHub Actions workflow files"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/rhysd/actionlint"
license=('MIT')
makedepends=('go' 'git')
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('6b825c1348670bb1c0be8b1db858bfc88106b6e8daf5bb6a59d3fb30780a26fa')
+sha256sums=('499f4473bdfd7cb1fe7f83981810bc7fdff38ef7e51a63cb2b0a0b5bea102fb2')
prepare(){
cd "$pkgname-$pkgver"