summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi0/aur/projen2024-02-07 16:04:43 +0000
committerBOT gitlab.com/XenGi0/aur/projen2024-02-07 16:04:43 +0000
commita43f4c8cd79932aa4bc2862702c71d0591c30941 (patch)
tree6331d4e34b9c3d82b51020654e91008bd3bc06d0 /PKGBUILD
parent82aabfa72f7bc35aa5ab40768ba4a861cc7be855 (diff)
downloadaur-a43f4c8cd79932aa4bc2862702c71d0591c30941.tar.gz
bumped to version 0.79.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b572043133cb..3c4a201c1e28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: email@ricardo.band
pkgname=projen
-pkgver=0.79.7
+pkgver=0.79.8
pkgrel=1
pkgdesc="Define and maintain complex project configuration through code. projen synthesizes project configuration files from a well-typed definition written in JavaScript."
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('bash-completion: Bash completion'
'zsh: zsh completion')
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("${pkgname}-${pkgver}.tgz")
-sha256sums=('985473adee0d042453bb022b689ae822b19b5349113c65bcd14a904dffb6e895')
+sha256sums=('5e24468aafab047963eccd696eea46fccd35116d0826e50d34434be0d099b983')
package() {
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"