upgpkg(gatsby-cli): 4.24.0

This commit is contained in:
MedzikUserBot 2022-09-27 15:25:11 +00:00
parent 2973080ce4
commit 06c5a696a9
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='gatsby-cli'
pkgver="4.23.1"
pkgver="4.24.0"
pkgrel=1
pkgdesc='Gatsby command-line interface for creating new sites and running Gatsby commands'
arch=('any')
@ -11,7 +11,7 @@ makedepends=('npm')
_file="${pkgname}-${pkgver}.tgz"
source=("https://registry.npmjs.org/${pkgname}/-/${_file}")
noextract=("${_file}")
sha256sums=('b5a3b77497d97167c67eeceb786b6dcc713ad07807b29b5761f3137bb9193886')
sha256sums=('1921be8b0f9fe13ff7ad2e5e731ecd00782de7a062edcbe8ae77082305469ac5')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"