summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi0/aur/projen2023-10-08 16:03:53 +0000
committerBOT gitlab.com/XenGi0/aur/projen2023-10-08 16:03:53 +0000
commitb75a7d5e492d8d076ff65ac191693dc940ef07d9 (patch)
tree668a4d36b73fd3687c2452d6b49b6a0553a3b223 /PKGBUILD
parent5daa1b69cbd5d8b49a71b10f13b4c0dbad33741e (diff)
downloadaur-b75a7d5e492d8d076ff65ac191693dc940ef07d9.tar.gz
bumped to version 0.74.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 240e80d2d138..a3561193c1df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: email@ricardo.band
pkgname=projen
-pkgver=0.74.5
+pkgver=0.74.6
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=('2f51b379906a5f315fe850edd66a702756edda5b52fb22e9bd54d422da7aca2b')
+sha256sums=('230bc59ea72fd26de856f9cffd5b2232e216868443be8cb9d98a91cf357cba04')
package() {
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"