Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / actionlint
Commits: 9a28bf14 by Robin Candau at 2024-11-04T18:44:57+01:00 upgpkg: 1.7.4-1: New upstream release https://github.com/rhysd/actionlint/releases/tag/v1.7.4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = actionlint pkgdesc = Static checker for GitHub Actions workflow files - pkgver = 1.7.3 + pkgver = 1.7.4 pkgrel = 1 url = https://github.com/rhysd/actionlint arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = actionlint makedepends = git optdepends = python-pyflakes optdepends = shellcheck - source = actionlint-1.7.3-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.3.tar.gz - sha256sums = 11f0f78869a93afde4866ff5296af145c7c5b5556075cc43a082b17e055a2db7 + source = actionlint-1.7.4-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.4.tar.gz + sha256sums = 3004bcb4615510e671c76a56259755ed616c3200fb73b0be0ca9c3d6ea09c73a pkgname = actionlint ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Amin Vakil <info AT aminvakil DOT com> pkgname=actionlint -pkgver=1.7.3 +pkgver=1.7.4 pkgrel=1 pkgdesc="Static checker for GitHub Actions workflow files" arch=('x86_64') @@ -12,7 +12,7 @@ license=('MIT') makedepends=('go' 'git') optdepends=('python-pyflakes' 'shellcheck') source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('11f0f78869a93afde4866ff5296af145c7c5b5556075cc43a082b17e055a2db7') +sha256sums=('3004bcb4615510e671c76a56259755ed616c3200fb73b0be0ca9c3d6ea09c73a') prepare(){ cd "$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/actionlint/-/commit/9a28bf1475f3fe612d6812caadc1c98311060430 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/actionlint/-/commit/9a28bf1475f3fe612d6812caadc1c98311060430 You're receiving this email because of your account on gitlab.archlinux.org.
