summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi0/aur/projen2024-03-04 16:04:24 +0000
committerBOT gitlab.com/XenGi0/aur/projen2024-03-04 16:04:24 +0000
commit9e91e7172a7870e366d541279eab1b51fc78475d (patch)
tree52a33cf4f660c080ac9f44c135bf4533c0941960 /PKGBUILD
parent84ceac69e84e4989b3bf4261799d5dae044838f7 (diff)
downloadaur-9e91e7172a7870e366d541279eab1b51fc78475d.tar.gz
bumped to version 0.80.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ed5dc6c4e1f..5d2073f49883 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: email@ricardo.band
pkgname=projen
-pkgver=0.80.5
+pkgver=0.80.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=('1abd5cbe71b743435c0d0f6bb2e8c37abe93ef2c09f58c4ea10189b837f79572')
+sha256sums=('aeb21fd5ec73d1529fe0da932ebf3eb0ce6c7478ac73ea08d2206f1ca580f743')
package() {
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"