summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2021-11-16 11:03:38 +0330
committerAmin Vakil2021-11-16 11:07:17 +0330
commit5d8277594c2f1842db6270753c1ea47e793d3863 (patch)
tree52f3dbb558c1f2fc6f13b44d4e4a5fd04d41110b /PKGBUILD
parentc8455f2c0fd8010bf8eec51f6803c0719ec18637 (diff)
downloadaur-5d8277594c2f1842db6270753c1ea47e793d3863.tar.gz
upgpkg: actionlint 1.6.8-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d2d5c6ac1eb..4e150119c264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
pkgname=actionlint
-pkgver=1.6.7
+pkgver=1.6.8
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=('21550aae8fc0369072b865e2f75b6064ad382314143e6c02d14791606af92759')
+sha256sums=('de00a948cd5431d18f2d4e0e053b3f6027c306d468779de85d40f63c1c3dbc29')
prepare(){
cd "$pkgname-$pkgver"