summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2021-11-09 13:30:08 +0330
committerAmin Vakil2021-11-09 13:32:15 +0330
commitc8455f2c0fd8010bf8eec51f6803c0719ec18637 (patch)
tree765b0b86ea1eef3a982e11d84faacad1a719b449 /PKGBUILD
parent609be7c66b08b4e4cb4407e74e0908df9aca6238 (diff)
downloadaur-c8455f2c0fd8010bf8eec51f6803c0719ec18637.tar.gz
upgpkg: actionlint 1.6.7-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 5c4a02b795e5..7d2d5c6ac1eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
pkgname=actionlint
-pkgver=1.6.6
+pkgver=1.6.7
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=('af5c9e93053c16204d9d92d3dbc7bb3c1cd65f259d294a69e45af45113fd79ad')
+sha256sums=('21550aae8fc0369072b865e2f75b6064ad382314143e6c02d14791606af92759')
prepare(){
cd "$pkgname-$pkgver"