summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2022-02-25 13:23:42 +0330
committerAmin Vakil2022-02-25 13:25:05 +0330
commitc0755b4b63fa0b13625b523966890b3232f42ec4 (patch)
tree7e044ff19ccd53ae5dceaf16cfab36cb16272c9b /PKGBUILD
parent5d8277594c2f1842db6270753c1ea47e793d3863 (diff)
downloadaur-c0755b4b63fa0b13625b523966890b3232f42ec4.tar.gz
upgpkg: actionlint 1.6.9-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 4e150119c264..adb1199e82fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
pkgname=actionlint
-pkgver=1.6.8
+pkgver=1.6.9
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=('de00a948cd5431d18f2d4e0e053b3f6027c306d468779de85d40f63c1c3dbc29')
+sha256sums=('d1716db41b65ad60a4ae3cb0a3f9fb5f4ccc94171aff5525263d4b53eccbd2ac')
prepare(){
cd "$pkgname-$pkgver"