summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2024-02-28 15:31:17 +0100
committerCarl Smedstad2024-02-28 15:31:17 +0100
commite04c12f7cbdc6e10d1de4f128a0281beee2bedf7 (patch)
tree579dbbea9fbcfa5f7aa54a41f3bb7027882ed00a
parentaf95c13e6e4d9246b6a27e84da6d17e9bc65214d (diff)
downloadaur-e04c12f7cbdc6e10d1de4f128a0281beee2bedf7.tar.gz
upgpkg: 19.0.3-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88aa4c73ca25..1a90d8068dcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = commitlint
pkgdesc = Lint commit messages
- pkgver = 18.6.1
+ pkgver = 19.0.3
pkgrel = 1
url = https://github.com/conventional-changelog/commitlint
arch = any
license = MIT
makedepends = npm
depends = nodejs
- noextract = commitlint-18.6.1.tgz
- noextract = config-conventional-18.6.1.tgz
- source = https://registry.npmjs.org/commitlint/-/commitlint-18.6.1.tgz
- source = https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.1.tgz
- sha256sums = 2bd7739a64cfbd671c4c014d44ed479f3fea5124fc4d1629e083a1ddabf0aef4
- sha256sums = 3dcd0362001b912c8979c05e5495577419e93337d4a80aaa79d373dcc69fe20c
+ noextract = commitlint-19.0.3.tgz
+ noextract = config-conventional-19.0.3.tgz
+ source = https://registry.npmjs.org/commitlint/-/commitlint-19.0.3.tgz
+ source = https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.0.3.tgz
+ sha256sums = 857d1cbe8116af57a9f0fe964e8ea0419bd7f76f2d02363eeb81b7005ebc795a
+ sha256sums = c3128d3f612d8ebfea260006e11841bfc8ef570c56ccd8aa5cdd9b0dfac74a27
pkgname = commitlint
diff --git a/PKGBUILD b/PKGBUILD
index bb4eed1d1985..0894f2a55821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Thiago Almeida <thiagoalmeidasa@gmail.com>
pkgname=commitlint
-pkgver=18.6.1
+pkgver=19.0.3
pkgrel=1
pkgdesc="Lint commit messages"
arch=(any)
@@ -20,8 +20,8 @@ noextract=(
"config-conventional-$pkgver.tgz"
)
sha256sums=(
- '2bd7739a64cfbd671c4c014d44ed479f3fea5124fc4d1629e083a1ddabf0aef4'
- '3dcd0362001b912c8979c05e5495577419e93337d4a80aaa79d373dcc69fe20c'
+ '857d1cbe8116af57a9f0fe964e8ea0419bd7f76f2d02363eeb81b7005ebc795a'
+ 'c3128d3f612d8ebfea260006e11841bfc8ef570c56ccd8aa5cdd9b0dfac74a27'
)
package() {