Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / markdownlint-cli
Commits: 50a5d4a9 by Carl Smedstad at 2024-09-24T09:52:13+02:00 upgpkg: 0.42.0-1: Upstream release https://github.com/igorshubovych/markdownlint-cli/releases/tag/v0.42.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = markdownlint-cli pkgdesc = Command-line interface for MarkdownLint - pkgver = 0.41.0 - pkgrel = 2 + pkgver = 0.42.0 + pkgrel = 1 url = https://github.com/igorshubovych/markdownlint-cli arch = any license = MIT makedepends = npm depends = nodejs - source = markdownlint-cli-0.41.0.tar.gz::https://github.com/igorshubovych/markdownlint-cli/archive/v0.41.0.tar.gz - sha256sums = 788c7ed9f2009621d317053b567b90e533ee9adf0a2ec17174f519db2fd1481b + source = markdownlint-cli-0.42.0.tar.gz::https://github.com/igorshubovych/markdownlint-cli/archive/v0.42.0.tar.gz + sha256sums = 47e918b2f82deee662fa087fbdab591fb5e50c5fbc7a8fff2b73471cc865c2e1 pkgname = markdownlint-cli ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Achilleas Pipinellis <axilleas at archlinux dot gr> pkgname=markdownlint-cli -pkgver=0.41.0 -pkgrel=2 +pkgver=0.42.0 +pkgrel=1 pkgdesc="Command-line interface for MarkdownLint" arch=(any) url="https://github.com/igorshubovych/markdownlint-cli" @@ -11,7 +11,7 @@ license=(MIT) depends=(nodejs) makedepends=(npm) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('788c7ed9f2009621d317053b567b90e533ee9adf0a2ec17174f519db2fd1481b') +sha256sums=('47e918b2f82deee662fa087fbdab591fb5e50c5fbc7a8fff2b73471cc865c2e1') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/markdownlint-cli/-/commit/50a5d4a95a2a83900495cce21fc64465e3e5e774 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/markdownlint-cli/-/commit/50a5d4a95a2a83900495cce21fc64465e3e5e774 You're receiving this email because of your account on gitlab.archlinux.org.
