Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
markdownlint-cli2
Commits:
6fd5a3a0 by Daniel M. Capella at 2024-12-14T19:13:12-05:00
upgpkg: 0.16.0-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.14.0
+ pkgver = 0.16.0
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.14.0
- b2sums =
672a36c933656d92cd3d118c74f4c74a18957e053b9cc1ba979347cf64abb4b71641a0556fb715a593d88d79b49eb0212e08f4556356811dcb8ec1b457eda4d8
+ source =
git+https://github.com/DavidAnson/markdownlint-cli2.git#tag=v0.16.0
+ b2sums =
ef1c7395dc5ab82e636db5c03a048022d9584a2e191a081c6c074f5724421e49ac399a206ee0286209a1b229d5fd8c767e2122be18f1a3f13c39ebf7cdfd9da0
pkgname = markdownlint-cli2
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Brody <archfan at brodix dot de>
pkgname=markdownlint-cli2
-pkgver=0.14.0
+pkgver=0.16.0
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=('672a36c933656d92cd3d118c74f4c74a18957e053b9cc1ba979347cf64abb4b71641a0556fb715a593d88d79b49eb0212e08f4556356811dcb8ec1b457eda4d8')
+b2sums=('ef1c7395dc5ab82e636db5c03a048022d9584a2e191a081c6c074f5724421e49ac399a206ee0286209a1b229d5fd8c767e2122be18f1a3f13c39ebf7cdfd9da0')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/markdownlint-cli2/-/commit/6fd5a3a00b24d2613b242789a41ca234287027c9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/markdownlint-cli2/-/commit/6fd5a3a00b24d2613b242789a41ca234287027c9
You're receiving this email because of your account on gitlab.archlinux.org.