Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / markdownlint-cli
Commits: 4cbe0cc0 by Carl Smedstad at 2024-11-23T09:17:53+01:00 upgpkg: 0.43.0-1: Upstream release https://github.com/igorshubovych/markdownlint-cli/releases/tag/v0.43.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = markdownlint-cli pkgdesc = Command-line interface for MarkdownLint - pkgver = 0.42.0 + pkgver = 0.43.0 pkgrel = 1 url = https://github.com/igorshubovych/markdownlint-cli arch = any license = MIT makedepends = npm depends = nodejs - source = markdownlint-cli-0.42.0.tar.gz::https://github.com/igorshubovych/markdownlint-cli/archive/v0.42.0.tar.gz - sha256sums = 47e918b2f82deee662fa087fbdab591fb5e50c5fbc7a8fff2b73471cc865c2e1 + source = markdownlint-cli-0.43.0.tar.gz::https://github.com/igorshubovych/markdownlint-cli/archive/v0.43.0.tar.gz + sha256sums = 9d9e5ac88a9abce2a06889c5e754497a1d3dcad0334baac59ecea36a99003c1d pkgname = markdownlint-cli ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Achilleas Pipinellis <axilleas at archlinux dot gr> pkgname=markdownlint-cli -pkgver=0.42.0 +pkgver=0.43.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=('47e918b2f82deee662fa087fbdab591fb5e50c5fbc7a8fff2b73471cc865c2e1') +sha256sums=('9d9e5ac88a9abce2a06889c5e754497a1d3dcad0334baac59ecea36a99003c1d') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/markdownlint-cli/-/commit/4cbe0cc03339a0672026272c61ecde78b269ec35 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/markdownlint-cli/-/commit/4cbe0cc03339a0672026272c61ecde78b269ec35 You're receiving this email because of your account on gitlab.archlinux.org.
