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