summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2021-11-16 11:03:38 +0330
committerAmin Vakil2021-11-16 11:07:17 +0330
commit5d8277594c2f1842db6270753c1ea47e793d3863 (patch)
tree52f3dbb558c1f2fc6f13b44d4e4a5fd04d41110b
parentc8455f2c0fd8010bf8eec51f6803c0719ec18637 (diff)
downloadaur-5d8277594c2f1842db6270753c1ea47e793d3863.tar.gz
upgpkg: actionlint 1.6.8-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e84b6f0f1ab..36ebacc2de02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = actionlint
pkgdesc = Static checker for GitHub Actions workflow files
- pkgver = 1.6.7
+ pkgver = 1.6.8
pkgrel = 1
url = https://github.com/rhysd/actionlint
arch = any
license = MIT
makedepends = go
makedepends = git
- source = actionlint-1.6.7-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.7.tar.gz
- sha256sums = 21550aae8fc0369072b865e2f75b6064ad382314143e6c02d14791606af92759
+ source = actionlint-1.6.8-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.8.tar.gz
+ sha256sums = de00a948cd5431d18f2d4e0e053b3f6027c306d468779de85d40f63c1c3dbc29
pkgname = actionlint
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"