Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
actionlint


Commits:
d8dc8441 by Robin Candau at 2025-01-19T14:01:13+01:00
upgpkg: 1.7.7-1: New upstream release
https://github.com/rhysd/actionlint/releases/tag/v1.7.7

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = actionlint
        pkgdesc = Static checker for GitHub Actions workflow files
-       pkgver = 1.7.6
+       pkgver = 1.7.7
        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.6-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.6.tar.gz
-       sha256sums = 
59b49d1cabe927d2f1ba67b15f4cd44e56b30ba28eaf48f9bdd71274bedb8061
+       source = 
actionlint-1.7.7-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.7.tar.gz
+       sha256sums = 
237aec651a903bf4e9f9c8eb638da6aa4d89d07c484f45f11cfb89c2dbf277a5
 
 pkgname = actionlint


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Amin Vakil <info AT aminvakil DOT com>
 
 pkgname=actionlint
-pkgver=1.7.6
+pkgver=1.7.7
 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=('59b49d1cabe927d2f1ba67b15f4cd44e56b30ba28eaf48f9bdd71274bedb8061')
+sha256sums=('237aec651a903bf4e9f9c8eb638da6aa4d89d07c484f45f11cfb89c2dbf277a5')
 
 prepare(){
   cd "$pkgname-$pkgver"



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

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


Reply via email to