summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2021-09-05 10:33:21 +0430
committerAmin Vakil2021-09-05 10:35:36 +0430
commit5424bbeca94e9c8b4c8850f0141dc8befe1698db (patch)
treeb86b29cc5d0645bddeb914bfd3c6436d3c8754b9
parent957557d716e527c030ed47691d45db9ca8eea889 (diff)
downloadaur-5424bbeca94e9c8b4c8850f0141dc8befe1698db.tar.gz
upgpkg: actionlint 1.6.3-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 f26c5e1f9dca..d42ab238215c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = actionlint
pkgdesc = Static checker for GitHub Actions workflow files
- pkgver = 1.6.2
- pkgrel = 2
+ pkgver = 1.6.3
+ pkgrel = 1
url = https://github.com/rhysd/actionlint
arch = any
license = MIT
makedepends = go
makedepends = git
- source = actionlint-1.6.2-2.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.2.tar.gz
- sha256sums = f7d12f0c8bd1bf00295cfd035ffe3c8196127897046ff32182bba67e8d368d60
+ source = actionlint-1.6.3-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.3.tar.gz
+ sha256sums = 11dbfb81e8d0f28f5979437b9effadcd5dd692b8c033a6d7815210b982793d2a
pkgname = actionlint
diff --git a/PKGBUILD b/PKGBUILD
index 68ffda708892..d5a227123d76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
pkgname=actionlint
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.6.3
+pkgrel=1
pkgdesc="Static checker for GitHub Actions workflow files"
arch=('any')
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=('f7d12f0c8bd1bf00295cfd035ffe3c8196127897046ff32182bba67e8d368d60')
+sha256sums=('11dbfb81e8d0f28f5979437b9effadcd5dd692b8c033a6d7815210b982793d2a')
prepare(){
cd "$pkgname-$pkgver"