summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi0/aur/projen2024-03-28 16:04:24 +0000
committerBOT gitlab.com/XenGi0/aur/projen2024-03-28 16:04:24 +0000
commit6b6f2daf0aed81a30956eef30c00e2ad7d193e98 (patch)
treec0b60fb5bea731208bbf356eb632dd816cc65c2f /PKGBUILD
parent5d2bb6df91c42dfe38cdcb3b1a95872269a2b9e5 (diff)
downloadaur-6b6f2daf0aed81a30956eef30c00e2ad7d193e98.tar.gz
bumped to version 0.80.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b08516c98936..4f419e01c259 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: email@ricardo.band
pkgname=projen
-pkgver=0.80.13
+pkgver=0.80.14
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=('52476a46b50c3a6e7afea7fa28ed85956b794e0db3cae1990b753fbe990aaaa9')
+sha256sums=('96e9b28df30c23b7ad9029e7cef5249395bde83c97266a15dc2deb75039d9981')
package() {
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"