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


Commits:
5c60f96b by Robin Candau at 2024-05-08T20:46:38+02:00
upgpkg: 1.7.0-1: New upstream release
https://github.com/rhysd/actionlint/releases/tag/v1.7.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = actionlint
        pkgdesc = Static checker for GitHub Actions workflow files
-       pkgver = 1.6.27
+       pkgver = 1.7.0
        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.6.27-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.27.tar.gz
-       sha256sums = 
211618132974a864e3451ecd5c81a6dc7a361456b5e7d97a23f212ad8f6abb2d
+       source = 
actionlint-1.7.0-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.0.tar.gz
+       sha256sums = 
3f4d8ac136476efafa207c1a8ecd115e7df533fd32aa7c3d2ffd943a3a165991
 
 pkgname = actionlint


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Amin Vakil <info AT aminvakil DOT com>
 
 pkgname=actionlint
-pkgver=1.6.27
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="Static checker for GitHub Actions workflow files"
 arch=('x86_64')
@@ -11,7 +11,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=('211618132974a864e3451ecd5c81a6dc7a361456b5e7d97a23f212ad8f6abb2d')
+sha256sums=('3f4d8ac136476efafa207c1a8ecd115e7df533fd32aa7c3d2ffd943a3a165991')
 
 prepare(){
   cd "$pkgname-$pkgver"



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/actionlint/-/commit/5c60f96b818894ee38ef3acc5f3b60c8901951f4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to