Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / markdownlint-cli
Commits: 2b097459 by Carl Smedstad at 2025-01-26T11:28:36+01:00 upgpkg: 0.44.0-1: Upstream release https://github.com/igorshubovych/markdownlint-cli/releases/tag/v0.44.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = markdownlint-cli pkgdesc = Command-line interface for MarkdownLint - pkgver = 0.43.0 + pkgver = 0.44.0 pkgrel = 1 url = https://github.com/igorshubovych/markdownlint-cli arch = any license = MIT makedepends = npm depends = nodejs - source = markdownlint-cli-0.43.0.tar.gz::https://github.com/igorshubovych/markdownlint-cli/archive/v0.43.0.tar.gz - sha256sums = 9d9e5ac88a9abce2a06889c5e754497a1d3dcad0334baac59ecea36a99003c1d + source = markdownlint-cli-0.44.0.tar.gz::https://github.com/igorshubovych/markdownlint-cli/archive/v0.44.0.tar.gz + sha256sums = 57b62ad95d031c65fc593eb062ea10f7efe67f698df9cdf23116f621683c6ded pkgname = markdownlint-cli ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Achilleas Pipinellis <axilleas at archlinux dot gr> pkgname=markdownlint-cli -pkgver=0.43.0 +pkgver=0.44.0 pkgrel=1 pkgdesc="Command-line interface for MarkdownLint" arch=(any) @@ -11,7 +11,7 @@ license=(MIT) depends=(nodejs) makedepends=(npm) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('9d9e5ac88a9abce2a06889c5e754497a1d3dcad0334baac59ecea36a99003c1d') +sha256sums=('57b62ad95d031c65fc593eb062ea10f7efe67f698df9cdf23116f621683c6ded') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/markdownlint-cli/-/commit/2b097459dc2adb7fff2426ee4c20b46dedec3831 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/markdownlint-cli/-/commit/2b097459dc2adb7fff2426ee4c20b46dedec3831 You're receiving this email because of your account on gitlab.archlinux.org.
