summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorliolok2024-04-16 21:46:16 +0800
committerliolok2024-04-16 21:46:16 +0800
commit748354bcebed585ecdc7ccfc8f178e99ca372516 (patch)
treef48066ef331c117f8ee19aca65f72a729aef421c /PKGBUILD
parent0fa884eaa12c8f13e155fccc7e3316f3e6b20088 (diff)
downloadaur-hexo-cli.tar.gz
upgrade to 4.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a89f2fe0a34d..76ed26de13c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Mike Yuan <me@yhndnzj.com>
pkgname=hexo-cli
-pkgver=4.3.1
-pkgrel=2
+pkgver=4.3.2
+pkgrel=1
pkgdesc="Command line interface for Hexo"
arch=('any')
url="https://www.npmjs.com/package/$pkgname"
@@ -20,7 +20,7 @@ replaces=('nodejs-hexo-cli')
install=newbie-hint.install
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha256sums=('2a726576f5f596c919afd539bc91ac879e7eac4d4b72bac11e6acfe0b965ac93')
+sha256sums=('c52c27f5847579e6e57086681951c4ac9922445316c5a6ad03a8415b0846faf6')
package() {
npm install --global "$srcdir/$pkgname-$pkgver.tgz" \