Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
actionlint
Commits:
b55b30ef by Orhun Parmaksız at 2024-12-28T17:47:21+03:00
upgpkg: 1.7.5-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = actionlint
pkgdesc = Static checker for GitHub Actions workflow files
- pkgver = 1.7.4
+ pkgver = 1.7.5
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.4-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.4.tar.gz
- sha256sums =
3004bcb4615510e671c76a56259755ed616c3200fb73b0be0ca9c3d6ea09c73a
+ source =
actionlint-1.7.5-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.5.tar.gz
+ sha256sums =
ec5bca19701ff27c74f5aca6239d7e8e82a71f42e470a80abce1253bdb1baab5
pkgname = actionlint
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Amin Vakil <info AT aminvakil DOT com>
pkgname=actionlint
-pkgver=1.7.4
+pkgver=1.7.5
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=('3004bcb4615510e671c76a56259755ed616c3200fb73b0be0ca9c3d6ea09c73a')
+sha256sums=('ec5bca19701ff27c74f5aca6239d7e8e82a71f42e470a80abce1253bdb1baab5')
prepare(){
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/actionlint/-/commit/b55b30ef295dfbb1ee1e9472f1494b23ad50d28b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/actionlint/-/commit/b55b30ef295dfbb1ee1e9472f1494b23ad50d28b
You're receiving this email because of your account on gitlab.archlinux.org.