summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2022-10-10 16:51:39 +0330
committerAmin Vakil2022-10-10 16:51:39 +0330
commitd860da77ee1e3e434287ca7d984e11428834b0a9 (patch)
tree827248d45dec1a71661df7f97341f81a02a4981f
parentba6b68476030a6a17221a0dc51fbcd3bdcba2eb4 (diff)
downloadaur-d860da77ee1e3e434287ca7d984e11428834b0a9.tar.gz
upgpkg: actionlint 1.6.21-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9e469e3da75..70dd2cdcab3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = actionlint
pkgdesc = Static checker for GitHub Actions workflow files
- pkgver = 1.6.20
+ pkgver = 1.6.21
pkgrel = 1
url = https://github.com/rhysd/actionlint
arch = any
license = MIT
makedepends = go
makedepends = git
- source = actionlint-1.6.20-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.20.tar.gz
- sha256sums = d7e321ecfee8d8dc321212f3af46112e9214f824adce9db9aff1d4b1d73cbea1
+ source = actionlint-1.6.21-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.21.tar.gz
+ sha256sums = 731a3cd924a3be7b249f62b3a0cd88f6e2c642a305db9fc5e77169bd978394fb
pkgname = actionlint
diff --git a/PKGBUILD b/PKGBUILD
index b979abc15003..073d63c005d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
pkgname=actionlint
-pkgver=1.6.20
+pkgver=1.6.21
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=('d7e321ecfee8d8dc321212f3af46112e9214f824adce9db9aff1d4b1d73cbea1')
+sha256sums=('731a3cd924a3be7b249f62b3a0cd88f6e2c642a305db9fc5e77169bd978394fb')
prepare(){
cd "$pkgname-$pkgver"