summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2024-01-26 00:45:14 +0100
committerCarl Smedstad2024-01-26 00:45:14 +0100
commit752fb5cd36e93d3bdc4f0b53784b3c42d8b1589e (patch)
treeb927e867b4fe9a062bb710377732744a1466ecbf
parentd2156f6b9c9c9482090882a065743c0f25b65752 (diff)
downloadaur-752fb5cd36e93d3bdc4f0b53784b3c42d8b1589e.tar.gz
upgpkg: 18.6.0-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f277305cec3a..ef0db451a261 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = commitlint
pkgdesc = Lint commit messages
- pkgver = 18.5.0
+ pkgver = 18.6.0
pkgrel = 1
url = https://github.com/conventional-changelog/commitlint
arch = any
@@ -9,11 +9,11 @@ pkgbase = commitlint
depends = nodejs
conflicts = nodejs-commitlint
replaces = nodejs-commitlint
- noextract = commitlint-18.5.0.tgz
- noextract = config-conventional-18.5.0.tgz
- source = https://registry.npmjs.org/commitlint/-/commitlint-18.5.0.tgz
- source = https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.5.0.tgz
- sha256sums = 317e6840583b931ff4452c104a93349d48d8039b30c4d9008e860be2c75d7534
- sha256sums = e62678090d6a375c905a1f355c13a67b15bc4b96a44ccb26e160f0799cf727fc
+ noextract = commitlint-18.6.0.tgz
+ noextract = config-conventional-18.6.0.tgz
+ source = https://registry.npmjs.org/commitlint/-/commitlint-18.6.0.tgz
+ source = https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.0.tgz
+ sha256sums = 0b0b780739539423de54a0d1ac46a3f7e079a01314812fda8705b0a927018ee3
+ sha256sums = cba5907b7d68a0f077e1c8fb2a66e42ede711679b8a673ef6a7350265e877879
pkgname = commitlint
diff --git a/PKGBUILD b/PKGBUILD
index 74b8e9408446..8470f30c1cc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Thiago Almeida <thiagoalmeidasa@gmail.com>
pkgname=commitlint
-pkgver=18.5.0
+pkgver=18.6.0
pkgrel=1
pkgdesc="Lint commit messages"
arch=(any)
@@ -23,8 +23,8 @@ noextract=(
"config-conventional-$pkgver.tgz"
)
sha256sums=(
- '317e6840583b931ff4452c104a93349d48d8039b30c4d9008e860be2c75d7534'
- 'e62678090d6a375c905a1f355c13a67b15bc4b96a44ccb26e160f0799cf727fc'
+ '0b0b780739539423de54a0d1ac46a3f7e079a01314812fda8705b0a927018ee3'
+ 'cba5907b7d68a0f077e1c8fb2a66e42ede711679b8a673ef6a7350265e877879'
)
package() {