summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2022-05-05 09:35:17 +0200
committerCarl Smedstad2022-05-05 09:35:17 +0200
commit69160981ad54ec6c784e0e0507457036ce85a44a (patch)
tree7c006e43da62fce1a7fa66ae72cf3919b2080ce7
parent2b66b97f7ab12bebea96cfcd5b8f40af8a52dbcd (diff)
downloadaur-69160981ad54ec6c784e0e0507457036ce85a44a.tar.gz
Publish version 3.10.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56e1a0d134e6..f0e291da38ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = markdown-link-check
- pkgdesc = checks that all of the hyperlinks in a markdown text to determine if they are alive or dead
- pkgver = 3.10.0
+ pkgdesc = Checks aliveness of hyperlinks in markdown documents
+ pkgver = 3.10.2
pkgrel = 1
url = https://github.com/tcort/markdown-link-check
arch = any
license = ICS
makedepends = npm
depends = nodejs
- noextract = markdown-link-check-3.10.0.tgz
- source = https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.10.0.tgz
- sha256sums = c9edea27b7c6b36496ccf9565c157e6cb259102a3ea703bf24299b345e0c7652
+ noextract = markdown-link-check-3.10.2.tgz
+ source = https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.10.2.tgz
+ sha256sums = f780e1981804cf6d32c4465891c2d04c4c1ba58e7f7df4803a703555b26b87ab
pkgname = markdown-link-check
diff --git a/PKGBUILD b/PKGBUILD
index 06f221c6c5c4..fa85ce81bf3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Carl Smedstad <carl.smedstad at protonmail dot com>
pkgname=markdown-link-check
-pkgver=3.10.0
+pkgver=3.10.2
pkgrel=1
-pkgdesc="checks that all of the hyperlinks in a markdown text to determine if they are alive or dead"
+pkgdesc="Checks aliveness of hyperlinks in markdown documents"
arch=('any')
url="https://github.com/tcort/markdown-link-check"
license=('ICS')
@@ -12,7 +12,7 @@ makedepends=('npm')
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
-sha256sums=('c9edea27b7c6b36496ccf9565c157e6cb259102a3ea703bf24299b345e0c7652')
+sha256sums=('f780e1981804cf6d32c4465891c2d04c4c1ba58e7f7df4803a703555b26b87ab')
package() {
npm install -g \