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 fc23337ac1a3..3933f7bea651 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = actionlint
pkgdesc = Static checker for GitHub Actions workflow files
- pkgver = 1.6.17
+ pkgver = 1.6.18
pkgrel = 1
url = https://github.com/rhysd/actionlint
arch = any
license = MIT
makedepends = go
makedepends = git
- source = actionlint-1.6.17-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.17.tar.gz
- sha256sums = 319a34fd0320bd55580962cec12cc593c13c45f4674472e396dc845238b3d86c
+ source = actionlint-1.6.18-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.18.tar.gz
+ sha256sums = 2ea2c10ef24c53b8366d254674337e69f291be41a879949484cd9c11d74e8d7e
pkgname = actionlint
diff --git a/PKGBUILD b/PKGBUILD
index 6d00129849a8..acdc96c89121 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
pkgname=actionlint
-pkgver=1.6.17
+pkgver=1.6.18
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=('319a34fd0320bd55580962cec12cc593c13c45f4674472e396dc845238b3d86c')
+sha256sums=('2ea2c10ef24c53b8366d254674337e69f291be41a879949484cd9c11d74e8d7e')
prepare(){
cd "$pkgname-$pkgver"