summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2023-04-05 16:09:23 +0330
committerAmin Vakil2023-04-05 16:09:23 +0330
commit07023077f5512258f95f2b181b1b8c753d3672c9 (patch)
treef392916e5e9d4884d9bb417aba9b770689a5813a
parentc339810a6c302ef61f24fe76144dcd486160a46b (diff)
downloadaur-07023077f5512258f95f2b181b1b8c753d3672c9.tar.gz
upgpkg: actionlint 1.6.24-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 8f62bbbef2cd..e853feb3d471 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = actionlint
pkgdesc = Static checker for GitHub Actions workflow files
- pkgver = 1.6.23
+ pkgver = 1.6.24
pkgrel = 1
url = https://github.com/rhysd/actionlint
arch = any
license = MIT
makedepends = go
makedepends = git
- source = actionlint-1.6.23-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.23.tar.gz
- sha256sums = 6c85fda89e1a4fa1bed0d55a77739b538dd45de99979777139c9a2b47c20ec11
+ source = actionlint-1.6.24-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.24.tar.gz
+ sha256sums = 0dc8b31c8541a719486b5678e6f0401c8c13ce7baf79013570f3799f380c1dc1
pkgname = actionlint
diff --git a/PKGBUILD b/PKGBUILD
index 5b818763e66f..da6020a0ea80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
pkgname=actionlint
-pkgver=1.6.23
+pkgver=1.6.24
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=('6c85fda89e1a4fa1bed0d55a77739b538dd45de99979777139c9a2b47c20ec11')
+sha256sums=('0dc8b31c8541a719486b5678e6f0401c8c13ce7baf79013570f3799f380c1dc1')
prepare(){
cd "$pkgname-$pkgver"