summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi0/aur/projen2024-03-07 16:04:22 +0000
committerBOT gitlab.com/XenGi0/aur/projen2024-03-07 16:04:22 +0000
commite1f092e4a7ec4b882b5360272e6f5809d648a818 (patch)
tree030bc18001a60fba2939d91df7806a6cf032feaf /PKGBUILD
parent8c0d94db9bed4eca56781e70a4a999c232a06c8f (diff)
downloadaur-e1f092e4a7ec4b882b5360272e6f5809d648a818.tar.gz
bumped to version 0.80.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3eff63bf4bf..91804b7208d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: email@ricardo.band
pkgname=projen
-pkgver=0.80.8
+pkgver=0.80.9
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=('18fb660f863e0e92f251855795c4d179869de0eb5ad18297452941228cd62be0')
+sha256sums=('32cae5c63631131e325e14a2ba2f5d2536badbfee13ea8715e0b8db667660d2d')
package() {
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"