summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2023-09-19 11:03:12 +0330
committerAmin Vakil2023-09-19 11:03:12 +0330
commitc9b1eb4e718b700558e8ef6b98d9f89d876259e1 (patch)
tree4e39fd998c7c1e1600aa3bd35e459073d6716cc6 /PKGBUILD
parentce03a4d37dc5c454ecf919052f5b95842e4e820b (diff)
downloadaur-actionlint.tar.gz
upgpkg: actionlint 1.6.26-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 195208b0644d..62573e65674f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
pkgname=actionlint
-pkgver=1.6.25
-pkgrel=2
+pkgver=1.6.26
+pkgrel=1
pkgdesc="Static checker for GitHub Actions workflow files"
arch=('any')
url="https://github.com/rhysd/actionlint"
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('go' 'git')
optdepends=('python-pyflakes' 'shellcheck')
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('7592aaddc49146b15a9822e97d90d917a1bd8ca33a4fb71cd98ef8c8c06eb3cf')
+sha256sums=('507d771f4c863bf98dfe1db3500a4c9344e3a35592a6e2ac4183f00a63291feb')
prepare(){
cd "$pkgname-$pkgver"