summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfd5ff1ed5fe..da4221561a82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = actionlint
pkgdesc = Static checker for GitHub Actions workflow files
- pkgver = 1.6.10
+ pkgver = 1.6.11
pkgrel = 1
url = https://github.com/rhysd/actionlint
arch = any
license = MIT
makedepends = go
makedepends = git
- source = actionlint-1.6.10-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.10.tar.gz
- sha256sums = 14a4648fc4e129d1e2f0c60b41995fdb6f66c94325e514fdffe011ac5c182092
+ source = actionlint-1.6.11-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.11.tar.gz
+ sha256sums = 039c5f0132952723c634878a0d8c3d2361ea0587647cf0fce39d804375ed41b7
pkgname = actionlint
diff --git a/PKGBUILD b/PKGBUILD
index 4f4ddaaed1a2..0c4744415bc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
pkgname=actionlint
-pkgver=1.6.10
+pkgver=1.6.11
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=('14a4648fc4e129d1e2f0c60b41995fdb6f66c94325e514fdffe011ac5c182092')
+sha256sums=('039c5f0132952723c634878a0d8c3d2361ea0587647cf0fce39d804375ed41b7')
prepare(){
cd "$pkgname-$pkgver"