summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi0/aur/projen2024-05-14 16:05:52 +0000
committerBOT gitlab.com/XenGi0/aur/projen2024-05-14 16:05:52 +0000
commit9318480e78d11b5c72ed2ef39d8794b53086735f (patch)
treefed2e10dbf12970a41124ad5002b305b87c258b6 /PKGBUILD
parentb4dee55cf4acece0a42b4590b6159647dac10ae5 (diff)
downloadaur-9318480e78d11b5c72ed2ef39d8794b53086735f.tar.gz
bumped to version 0.81.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0784b5ff0a75..7b8c44543c3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: email@ricardo.band
pkgname=projen
-pkgver=0.81.10
+pkgver=0.81.11
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=('79b8e4e3dc51028a2163143c1af429b30264f8be5b42c1890748a9c71b8fc5a7')
+sha256sums=('1b79fea2e0cbe7a564e968bf0fb13631bdafc8be0c66e7cad57563bbc42a0125')
package() {
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"