Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / yamllint
Commits: e66fcc1e by Robin Candau at 2025-05-04T11:13:47+02:00 upgpkg: 1.37.1-1: New upstream release https://github.com/adrienverge/yamllint/releases/tag/v1.37.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = yamllint pkgdesc = Linter for YAML files - pkgver = 1.37.0 + pkgver = 1.37.1 pkgrel = 1 url = https://github.com/adrienverge/yamllint arch = any @@ -13,7 +13,7 @@ pkgbase = yamllint depends = python depends = python-pathspec depends = python-yaml - source = git+https://github.com/adrienverge/yamllint.git#tag=v1.37.0 - b2sums = 72144280d203db4930de92e44d738053ba641082dea0a245887ec24dbd2ae4c54f60020427c54337f17c8e1aafd19790932e6954146eebef330c91106cbb26e2 + source = git+https://github.com/adrienverge/yamllint.git#tag=v1.37.1 + b2sums = 7db7914a20888f3079bdaf97f4869baa54b3066c32c426c9edd841242570ad123424dbf18e401f736b352dfe354c955101739b1e57db3ec6f4245c2715a1e6c6 pkgname = yamllint ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=yamllint -pkgver=1.37.0 +pkgver=1.37.1 pkgrel=1 pkgdesc='Linter for YAML files' arch=('any') @@ -17,7 +17,7 @@ makedepends=( 'python-wheel' ) source=("git+$url.git#tag=v$pkgver") -b2sums=('72144280d203db4930de92e44d738053ba641082dea0a245887ec24dbd2ae4c54f60020427c54337f17c8e1aafd19790932e6954146eebef330c91106cbb26e2') +b2sums=('7db7914a20888f3079bdaf97f4869baa54b3066c32c426c9edd841242570ad123424dbf18e401f736b352dfe354c955101739b1e57db3ec6f4245c2715a1e6c6') build() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/yamllint/-/commit/e66fcc1e836c656a8e75b5446193aea570811b49 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/yamllint/-/commit/e66fcc1e836c656a8e75b5446193aea570811b49 You're receiving this email because of your account on gitlab.archlinux.org.
