summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi0/aur/projen2024-02-24 16:04:24 +0000
committerBOT gitlab.com/XenGi0/aur/projen2024-02-24 16:04:24 +0000
commit3ee8ef11c34cdfad64756d3174b27f5220b02dc7 (patch)
tree200082b59c56d4cf64c9a68829b0139ff6544bc1 /PKGBUILD
parentcc85331c5e13262f737fb2ac3b9b6185c628636f (diff)
downloadaur-3ee8ef11c34cdfad64756d3174b27f5220b02dc7.tar.gz
bumped to version 0.80.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97a2f96382f6..ae2f612552ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: email@ricardo.band
pkgname=projen
-pkgver=0.79.27
+pkgver=0.80.1
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=('b0e73226f6d8759ba2ca2a6d82a6d1f8a7c227f8525de8e4d8c79814985228d7')
+sha256sums=('6b2196dd2dbd28d9ba58c50fd3c6adc403cc907edef95a483c59070d01ff53e8')
package() {
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"