summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJarý, Miroslav2023-06-14 20:59:39 +0200
committerJarý, Miroslav2023-06-14 20:59:39 +0200
commit224642cbf5b2cdf1ba8c6847bdf1c61913c40101 (patch)
tree4286438ee1ba119a3446d67921d899e31b39c776
parente5dac1d6e4e838833eb654a18b93461b9a075692 (diff)
downloadaur-224642cbf5b2cdf1ba8c6847bdf1c61913c40101.tar.gz
⬆️ Update to v8.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 266b71b08aeb..4f16b8427649 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nodejs-gitmoji-cli
pkgdesc = A gitmoji interactive client for using gitmojis on commit messages
- pkgver = 8.2.3
+ pkgver = 8.3.1
pkgrel = 1
url = https://gitmoji.carloscuesta.me/
arch = any
@@ -11,8 +11,8 @@ pkgbase = nodejs-gitmoji-cli
optdepends = ttf-symbola: emojis
optdepends = ttf-joypixels: emojis
optdepends = ttf-twemoji-color: emojis
- noextract = gitmoji-cli-8.2.3.tgz
- source = https://registry.npmjs.org/gitmoji-cli/-/gitmoji-cli-8.2.3.tgz
- sha256sums = afd81a59d56a051e4276089233d9d1a6c3b11b805cbcc541e0f02b1c942968c9
+ noextract = gitmoji-cli-8.3.1.tgz
+ source = https://registry.npmjs.org/gitmoji-cli/-/gitmoji-cli-8.3.1.tgz
+ sha256sums = 2e17e36c161d04d825c8aafb47114f5d6cf6dd3344cddb24859ad1f1dd321249
pkgname = nodejs-gitmoji-cli
diff --git a/PKGBUILD b/PKGBUILD
index b9413c3810ae..fc1a863911c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_npmname=gitmoji-cli
pkgname=nodejs-${_npmname}
-pkgver=8.2.3
+pkgver=8.3.1
pkgrel=1
pkgdesc='A gitmoji interactive client for using gitmojis on commit messages'
arch=('any')
@@ -15,7 +15,7 @@ optdepends=('noto-fonts-emoji: emojis'
'ttf-joypixels: emojis'
'ttf-twemoji-color: emojis')
source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz")
-sha256sums=('afd81a59d56a051e4276089233d9d1a6c3b11b805cbcc541e0f02b1c942968c9')
+sha256sums=('2e17e36c161d04d825c8aafb47114f5d6cf6dd3344cddb24859ad1f1dd321249')
noextract=("${source[@]##*/}")
prepare() {