diff options
author | Ben | 2020-05-14 20:17:34 +0200 |
---|---|---|
committer | Ben | 2020-05-14 20:17:34 +0200 |
commit | 00e61968f50498c2c93dcbabd505b362d1a126ed (patch) | |
tree | ebf6884ffd554207b7bbbb4d75900caa5ae140c0 | |
parent | f0747547ade88d01842b086d094b9c7a37af5f5e (diff) | |
download | aur-00e61968f50498c2c93dcbabd505b362d1a126ed.tar.gz |
:arrow_up: v3.2.4
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = nodejs-gitmoji-cli pkgdesc = A gitmoji interactive client for using gitmojis on commit messages - pkgver = 3.2.3 + pkgver = 3.2.4 pkgrel = 1 url = https://gitmoji.carloscuesta.me/ arch = any @@ -12,10 +12,10 @@ pkgbase = nodejs-gitmoji-cli optdepends = ttf-symbola: emojis optdepends = ttf-joypixels: emojis optdepends = ttf-twemoji-color: emojis - noextract = gitmoji-cli-3.2.3.tgz - source = https://registry.npmjs.org/gitmoji-cli/-/gitmoji-cli-3.2.3.tgz - md5sums = 6d0e00d318d82289166fa39035b26e2c - sha512sums = c5434ff9bd825333085117271155cd810a39d5284a8e38df00ed54e1ad00f4acdab618ac8ed1abb2bac35275c996aa2318e0589bfcf6b00abf87419f3ba0d7f0 + noextract = gitmoji-cli-3.2.4.tgz + source = https://registry.npmjs.org/gitmoji-cli/-/gitmoji-cli-3.2.4.tgz + md5sums = 40d6b851cbfa447334d68123bd6c87ed + sha512sums = adfd0d6f06686d6d8ac30a267f8d4ea1ab3bae6ef2835cfaf1fc8a82b29a52cfd569a36dc0860ca7f275d62431705bb9a7a8bbde1b82cadce69a8ffcbf8bac0c pkgname = nodejs-gitmoji-cli @@ -3,7 +3,7 @@ _npmname=gitmoji-cli pkgname=nodejs-${_npmname} -pkgver=3.2.3 +pkgver=3.2.4 pkgrel=1 pkgdesc='A gitmoji interactive client for using gitmojis on commit messages' arch=('any') @@ -16,8 +16,8 @@ optdepends=('noto-fonts-emoji: emojis' 'ttf-joypixels: emojis' 'ttf-twemoji-color: emojis') source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz") -md5sums=('6d0e00d318d82289166fa39035b26e2c') -sha512sums=('c5434ff9bd825333085117271155cd810a39d5284a8e38df00ed54e1ad00f4acdab618ac8ed1abb2bac35275c996aa2318e0589bfcf6b00abf87419f3ba0d7f0') +md5sums=('40d6b851cbfa447334d68123bd6c87ed') +sha512sums=('adfd0d6f06686d6d8ac30a267f8d4ea1ab3bae6ef2835cfaf1fc8a82b29a52cfd569a36dc0860ca7f275d62431705bb9a7a8bbde1b82cadce69a8ffcbf8bac0c') noextract=("${source[@]##*/}") package() { |