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