Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
actionlint


Commits:
e040e067 by Orhun Parmaksız at 2025-11-21T10:48:39+03:00
upgpkg: 1.7.9-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.8
+       pkgver = 1.7.9
        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.8-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.8.tar.gz
-       sha256sums = 
1c1e058ed2202e342f474c6ec1a18164cd60473f61163b78a6afb5aff4fac4bc
+       source = 
actionlint-1.7.9-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.9.tar.gz
+       sha256sums = 
3decd3ee2ef2e7382dee8c09994ad9f5a3c456751efbe2ba39fef7f1305703c0
 
 pkgname = actionlint


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Amin Vakil <info AT aminvakil DOT com>
 
 pkgname=actionlint
-pkgver=1.7.8
+pkgver=1.7.9
 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=('1c1e058ed2202e342f474c6ec1a18164cd60473f61163b78a6afb5aff4fac4bc')
+sha256sums=('3decd3ee2ef2e7382dee8c09994ad9f5a3c456751efbe2ba39fef7f1305703c0')
 
 prepare(){
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/actionlint/-/commit/e040e0677a69e17ffa626750c0761c0d4a220d3e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/actionlint/-/commit/e040e0677a69e17ffa626750c0761c0d4a220d3e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to