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