summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2024-03-12 09:18:05 +0100
committerCarl Smedstad2024-03-12 09:18:05 +0100
commit701b6c996cd95a4d207ce0d4d3420a918f7a64c6 (patch)
treed7b602557ae96b7b10da01a1d0e03188ec05cb55
parent60cadd640742b391c578e065dc002723a69e1928 (diff)
downloadaur-701b6c996cd95a4d207ce0d4d3420a918f7a64c6.tar.gz
upgpkg: 3.12.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbecae86c571..8bcb47348988 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = markdown-link-check
pkgdesc = Checks aliveness of hyperlinks in markdown documents
- pkgver = 3.12.0
+ pkgver = 3.12.1
pkgrel = 1
url = https://github.com/tcort/markdown-link-check
arch = any
license = ISC
makedepends = npm
depends = nodejs
- noextract = markdown-link-check-3.12.0.tgz
- source = https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.12.0.tgz
- sha256sums = f1682dabc15113265a3d1b3b5381eab97ae71053b405fbe12b682583023e823c
+ noextract = markdown-link-check-3.12.1.tgz
+ source = https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.12.1.tgz
+ sha256sums = 2aa792b9d43ee3300eb605126e891099f3da8ab38485894a6661d31efcf12f01
pkgname = markdown-link-check
diff --git a/PKGBUILD b/PKGBUILD
index 8a9b2db05c42..f632aa6d0b29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carl Smedstad <carl.smedstad at protonmail dot com>
pkgname=markdown-link-check
-pkgver=3.12.0
+pkgver=3.12.1
pkgrel=1
pkgdesc="Checks aliveness of hyperlinks in markdown documents"
arch=(any)
@@ -11,7 +11,7 @@ depends=(nodejs)
makedepends=(npm)
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
-sha256sums=('f1682dabc15113265a3d1b3b5381eab97ae71053b405fbe12b682583023e823c')
+sha256sums=('2aa792b9d43ee3300eb605126e891099f3da8ab38485894a6661d31efcf12f01')
package() {
npm install --global \