summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2020-03-11 10:04:08 +0800
committerAlynx Zhou2020-03-11 10:04:08 +0800
commit0a273c09f1183443ecb4f7591b398aaaf5a64c30 (patch)
treed78139aeea80b6d1076de73e3fc3b44ca963f950
parent60a23b6e2edfd6bf16666878679ae7a3a21a4283 (diff)
downloadaur-0a273c09f1183443ecb4f7591b398aaaf5a64c30.tar.gz
Updated version to v1.2.7.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aed8bed97121..1e878f017323 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = hikarujs
pkgdesc = A static site generator that generates routes based on directories naturally.
- pkgver = 1.2.6
+ pkgver = 1.2.7
pkgrel = 1
- url = https://hikaru.alynx.moe/
+ url = https://hikaru.alynx.one/
arch = any
license = Apache
makedepends = npm
makedepends = jq
depends = nodejs>=8.9.0
- noextract = hikarujs-1.2.6.tgz
- source = https://registry.npmjs.org/hikarujs/-/hikarujs-1.2.6.tgz
- sha512sums = 4cc455a298f842ae4efa060831da62d210e6460d7eb010e1cfdfc8000b00cf2d0b68b9c056bd4528d315384babad0622d84d3da27506d5691537b4045c3c618f
+ noextract = hikarujs-1.2.7.tgz
+ source = https://registry.npmjs.org/hikarujs/-/hikarujs-1.2.7.tgz
+ sha512sums = 08888e400d63b4a896f7f602e6b6c561cb775114c834eaefbed7339b2191d168bd920d985cf56887237df953b3f681c76c580ce2a2eaeb27401e66686a0687cb
pkgname = hikarujs
diff --git a/PKGBUILD b/PKGBUILD
index ef0ba3ddb8d7..7744922de088 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=hikarujs
-pkgver=1.2.6
+pkgver=1.2.7
pkgrel=1
pkgdesc='A static site generator that generates routes based on directories naturally.'
arch=('any')
-url='https://hikaru.alynx.moe/'
+url='https://hikaru.alynx.one/'
license=('Apache')
depends=('nodejs>=8.9.0')
makedepends=('npm' 'jq')
source=("https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz")
noextract=("${pkgname}-${pkgver}.tgz")
-sha512sums=('4cc455a298f842ae4efa060831da62d210e6460d7eb010e1cfdfc8000b00cf2d0b68b9c056bd4528d315384babad0622d84d3da27506d5691537b4045c3c618f')
+sha512sums=('08888e400d63b4a896f7f602e6b6c561cb775114c834eaefbed7339b2191d168bd920d985cf56887237df953b3f681c76c580ce2a2eaeb27401e66686a0687cb')
package() {
# Use `--cache="${srcdir}/.npm"` to prevent npm from generating cache in home.