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 ea9598200fb2..7e84b6f0f1ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = actionlint
pkgdesc = Static checker for GitHub Actions workflow files
- pkgver = 1.6.6
+ pkgver = 1.6.7
pkgrel = 1
url = https://github.com/rhysd/actionlint
arch = any
license = MIT
makedepends = go
makedepends = git
- source = actionlint-1.6.6-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.6.tar.gz
- sha256sums = af5c9e93053c16204d9d92d3dbc7bb3c1cd65f259d294a69e45af45113fd79ad
+ source = actionlint-1.6.7-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.7.tar.gz
+ sha256sums = 21550aae8fc0369072b865e2f75b6064ad382314143e6c02d14791606af92759
pkgname = actionlint
diff --git a/PKGBUILD b/PKGBUILD
index 5c4a02b795e5..7d2d5c6ac1eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
pkgname=actionlint
-pkgver=1.6.6
+pkgver=1.6.7
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=('af5c9e93053c16204d9d92d3dbc7bb3c1cd65f259d294a69e45af45113fd79ad')
+sha256sums=('21550aae8fc0369072b865e2f75b6064ad382314143e6c02d14791606af92759')
prepare(){
cd "$pkgname-$pkgver"