Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
markdownlint-cli2
Commits:
44c73fc3 by Daniel M. Capella at 2024-12-31T00:13:28-05:00
upgpkg: 0.17.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = markdownlint-cli2
pkgdesc = Fast, flexible, configuration-based command-line interface
for linting Markdown/CommonMark files with the markdownlint library
- pkgver = 0.17.0
+ pkgver = 0.17.1
pkgrel = 1
url = https://github.com/DavidAnson/markdownlint-cli2
arch = any
@@ -10,7 +10,7 @@ pkgbase = markdownlint-cli2
makedepends = npm
depends = nodejs
options = !emptydirs
- source =
git+https://github.com/DavidAnson/markdownlint-cli2.git#tag=v0.17.0
- b2sums =
d2e2890010ea67304284305a45337667fb8f045ff2547a29fda1960c92d504842240ddf1ef21b8f31c4be64caf1ca50549693229b092c1fce52b6b01f3e52d77
+ source =
git+https://github.com/DavidAnson/markdownlint-cli2.git#tag=v0.17.1
+ b2sums =
a157fd46715f48cac2dfc43e09e4a4b46eff00dbd4ac8f64f3c5abbd668190714c67d70bbdd0ac284ddeab3397f383a3f324aec8c7bd1c9911d167d42a2b0bcb
pkgname = markdownlint-cli2
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Brody <archfan at brodix dot de>
pkgname=markdownlint-cli2
-pkgver=0.17.0
+pkgver=0.17.1
pkgrel=1
pkgdesc='Fast, flexible, configuration-based command-line interface for
linting Markdown/CommonMark files with the markdownlint library'
arch=(any)
@@ -16,7 +16,7 @@ makedepends=(
)
options=(!emptydirs)
source=("git+$url.git#tag=v$pkgver")
-b2sums=('d2e2890010ea67304284305a45337667fb8f045ff2547a29fda1960c92d504842240ddf1ef21b8f31c4be64caf1ca50549693229b092c1fce52b6b01f3e52d77')
+b2sums=('a157fd46715f48cac2dfc43e09e4a4b46eff00dbd4ac8f64f3c5abbd668190714c67d70bbdd0ac284ddeab3397f383a3f324aec8c7bd1c9911d167d42a2b0bcb')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/markdownlint-cli2/-/commit/44c73fc3f5732535ebd7b20d4a753e84d2f7dbcd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/markdownlint-cli2/-/commit/44c73fc3f5732535ebd7b20d4a753e84d2f7dbcd
You're receiving this email because of your account on gitlab.archlinux.org.