summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlynx Zhou2020-09-17 10:39:04 +0800
committerAlynx Zhou2020-09-17 10:39:04 +0800
commite1e258e820b769531323b0d7bce5f9717175f8e4 (patch)
tree618ce45a6b03430133915c86a0e4030e5ebacebc /PKGBUILD
parentb0825f51d513ade8ab307dbe38ec0816468b51f3 (diff)
downloadaur-e1e258e820b769531323b0d7bce5f9717175f8e4.tar.gz
Updated to Hikaru v1.6.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5c8618a17a8..18d2d156cf79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=hikarujs
-pkgver=1.5.18
+pkgver=1.6.0
pkgrel=1
pkgdesc='A static site generator that generates routes based on directories naturally.'
arch=('any')
@@ -11,7 +11,7 @@ depends=('nodejs>=10.13.0')
makedepends=('npm' 'jq')
source=("https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz")
noextract=("${pkgname}-${pkgver}.tgz")
-sha512sums=('2c7540f7afe6b9eda9f61bc095cf766446c47c0d63f5e48ae414924dda1af9e5fa762268086c1d761cec8b741ff728e16dae72c08358ea8479cce9200716a8e7')
+sha512sums=('18bd3c2b6c16e969aa00cf22718f2e3c59d570b205f15e3e907d497cc82612baf16e7b173ac32fb31c5a7b256508ef26ecf252bae572cc6549601afe2ff4118f')
package() {
# Use `--cache="${srcdir}/.npm"` to prevent npm from generating cache in home.