summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi0/aur/projen2024-03-06 16:04:28 +0000
committerBOT gitlab.com/XenGi0/aur/projen2024-03-06 16:04:28 +0000
commit8c0d94db9bed4eca56781e70a4a999c232a06c8f (patch)
treebf82f61d837a23bf38311c4e9baa1af4dd5e5408 /PKGBUILD
parent9e91e7172a7870e366d541279eab1b51fc78475d (diff)
downloadaur-8c0d94db9bed4eca56781e70a4a999c232a06c8f.tar.gz
bumped to version 0.80.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d2073f49883..e3eff63bf4bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: email@ricardo.band
pkgname=projen
-pkgver=0.80.7
+pkgver=0.80.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=('aeb21fd5ec73d1529fe0da932ebf3eb0ce6c7478ac73ea08d2206f1ca580f743')
+sha256sums=('18fb660f863e0e92f251855795c4d179869de0eb5ad18297452941228cd62be0')
package() {
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"