summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2023-01-21 15:39:30 +0330
committerAmin Vakil2023-01-21 15:39:30 +0330
commitc339810a6c302ef61f24fe76144dcd486160a46b (patch)
tree5f5f49749a84e7341a4df6d804560671135b399b
parentb045b1daec36b25394d458fd14f9174994783083 (diff)
downloadaur-c339810a6c302ef61f24fe76144dcd486160a46b.tar.gz
upgpkg: actionlint 1.6.23-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 5d6f5c1de3b8..8f62bbbef2cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = actionlint
pkgdesc = Static checker for GitHub Actions workflow files
- pkgver = 1.6.22
+ pkgver = 1.6.23
pkgrel = 1
url = https://github.com/rhysd/actionlint
arch = any
license = MIT
makedepends = go
makedepends = git
- source = actionlint-1.6.22-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.22.tar.gz
- sha256sums = 96111115dc80569634e6c679950ea5c0df4ae000b12453bc845c4cfa80c4f400
+ source = actionlint-1.6.23-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.23.tar.gz
+ sha256sums = 6c85fda89e1a4fa1bed0d55a77739b538dd45de99979777139c9a2b47c20ec11
pkgname = actionlint
diff --git a/PKGBUILD b/PKGBUILD
index 46126de76ff9..5b818763e66f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
pkgname=actionlint
-pkgver=1.6.22
+pkgver=1.6.23
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=('96111115dc80569634e6c679950ea5c0df4ae000b12453bc845c4cfa80c4f400')
+sha256sums=('6c85fda89e1a4fa1bed0d55a77739b538dd45de99979777139c9a2b47c20ec11')
prepare(){
cd "$pkgname-$pkgver"