summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi0/aur/projen2024-06-09 16:05:08 +0000
committerBOT gitlab.com/XenGi0/aur/projen2024-06-09 16:05:08 +0000
commitc7f0d455dacbdac1246c8c94fcfcf48d47595c3c (patch)
tree7f5f6311350b30378e827775f4d49d8e15d054aa /PKGBUILD
parent0b9304af8234b76682dc48729e16057ebdb060d6 (diff)
downloadaur-c7f0d455dacbdac1246c8c94fcfcf48d47595c3c.tar.gz
bumped to version 0.82.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3fd42106ec3..f194190a6b09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: email@ricardo.band
pkgname=projen
-pkgver=0.82.5
+pkgver=0.82.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=('02a3d695fd9fa6ed6f11753f55e5e3f9fc45aac181007e706d96fbc3a7dc7a0a')
+sha256sums=('a061d6ea2fb9fdc88e736c9a013279cba991de314587d906b6b32a3f961508ed')
package() {
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"