summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi0/aur/projen2024-03-21 16:04:25 +0000
committerBOT gitlab.com/XenGi0/aur/projen2024-03-21 16:04:25 +0000
commite53a299fffc9df4a16b8d5a1a292880368345758 (patch)
treee80e9d053c87b42b349dfe9917f73159089f9674 /PKGBUILD
parenteab0cb5fc16278ed2c09d1969f02ca3f78e53451 (diff)
downloadaur-e53a299fffc9df4a16b8d5a1a292880368345758.tar.gz
bumped to version 0.80.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 988f2f1a6faf..d741232de840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: email@ricardo.band
pkgname=projen
-pkgver=0.80.11
+pkgver=0.80.12
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=('16a9bc1f1ab77bf3f31b06388152993f5747619d843a0a0fc372c10349a4a357')
+sha256sums=('da005212d5247e5c4ca375e0f8d537ca3f7c916a53c72c4e6a43940fdfb434e7')
package() {
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"