Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / actionlint
Commits: ce012798 by Robin Candau at 2024-09-23T19:10:38+02:00 upgpkg: 1.7.2-1: New upstream release https://github.com/rhysd/actionlint/releases/tag/v1.7.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = actionlint pkgdesc = Static checker for GitHub Actions workflow files - pkgver = 1.7.1 + pkgver = 1.7.2 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.1-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.1.tar.gz - sha256sums = f53808c46db1ac2aa579b00f4a12a8acdf6eaf85a382091ce051dea33b18d7b4 + source = actionlint-1.7.2-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.2.tar.gz + sha256sums = df74bf4789cbb9c631b92da5d27ed1f3565fea0f7bb62bb5840c2b99ea999f57 pkgname = actionlint ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Amin Vakil <info AT aminvakil DOT com> pkgname=actionlint -pkgver=1.7.1 +pkgver=1.7.2 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=('f53808c46db1ac2aa579b00f4a12a8acdf6eaf85a382091ce051dea33b18d7b4') +sha256sums=('df74bf4789cbb9c631b92da5d27ed1f3565fea0f7bb62bb5840c2b99ea999f57') prepare(){ cd "$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/actionlint/-/commit/ce0127983b8764269b707de24bba74a0cc6d36c0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/actionlint/-/commit/ce0127983b8764269b707de24bba74a0cc6d36c0 You're receiving this email because of your account on gitlab.archlinux.org.
