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