summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2023-06-15 21:24:02 +0330
committerAmin Vakil2023-06-20 10:38:48 +0330
commit69de6c16b7980493020d2acda6ccd91a53193071 (patch)
treec7f779aa2d5ffab20715b5b58bbf005af1c80654
parentac590616f36b9753e7d1736d3d596a35a5845e83 (diff)
downloadaur-69de6c16b7980493020d2acda6ccd91a53193071.tar.gz
upgpkg: actionlint 1.6.25-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 969e38f704ae..8e12e64fa571 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = actionlint
pkgdesc = Static checker for GitHub Actions workflow files
- pkgver = 1.6.24
- pkgrel = 2
+ pkgver = 1.6.25
+ pkgrel = 1
url = https://github.com/rhysd/actionlint
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = actionlint
makedepends = git
optdepends = python-pyflakes
optdepends = shellcheck
- source = actionlint-1.6.24-2.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.24.tar.gz
- sha256sums = 0dc8b31c8541a719486b5678e6f0401c8c13ce7baf79013570f3799f380c1dc1
+ source = actionlint-1.6.25-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.25.tar.gz
+ sha256sums = 7592aaddc49146b15a9822e97d90d917a1bd8ca33a4fb71cd98ef8c8c06eb3cf
pkgname = actionlint
diff --git a/PKGBUILD b/PKGBUILD
index 855454e2f4f4..c04a0f297fe4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
pkgname=actionlint
-pkgver=1.6.24
-pkgrel=2
+pkgver=1.6.25
+pkgrel=1
pkgdesc="Static checker for GitHub Actions workflow files"
arch=('any')
url="https://github.com/rhysd/actionlint"
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('go' 'git')
optdepends=('python-pyflakes' 'shellcheck')
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('0dc8b31c8541a719486b5678e6f0401c8c13ce7baf79013570f3799f380c1dc1')
+sha256sums=('7592aaddc49146b15a9822e97d90d917a1bd8ca33a4fb71cd98ef8c8c06eb3cf')
prepare(){
cd "$pkgname-$pkgver"