summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnau Sanchez2022-10-23 20:13:10 +0200
committerArnau Sanchez2022-10-23 20:13:10 +0200
commit7c78db036a06e31ef1eb7b5e259749107d697eaa (patch)
tree6d60899f80ee3fa36891e80fafc801743afdf216
parenta70f50912643a873a20049751e3a3dac3306b254 (diff)
downloadaur-7c78db036a06e31ef1eb7b5e259749107d697eaa.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3f097789300..211f694b1d2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = js-beautify
pkgdesc = CSS, HTML & JavaScript unobfuscator and beautifier
- pkgver = 1.14.4
+ pkgver = 1.14.7
pkgrel = 1
url = https://beautifier.io
arch = any
@@ -9,8 +9,8 @@ pkgbase = js-beautify
depends = nodejs
conflicts = python-cssbeautifier
conflicts = python-jsbeautifier
- noextract = js-beautify-1.14.4.tgz
- source = https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.4.tgz
- sha256sums = 92a59149a112265435173570e8551953fe02c2ff6905d82e51658ced0129356a
+ noextract = js-beautify-1.14.7.tgz
+ source = https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.7.tgz
+ sha256sums = 4346e3adc0a9c7e3c950c4182680c425d388fb5572510072011ace424da9123f
pkgname = js-beautify
diff --git a/PKGBUILD b/PKGBUILD
index 60d18c78947e..0d1623f663ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=js-beautify
-pkgver=1.14.4
+pkgver=1.14.7
pkgrel=1
pkgdesc="CSS, HTML & JavaScript unobfuscator and beautifier"
arch=('any')
@@ -10,7 +10,7 @@ makedepends=('npm')
conflicts=('python-cssbeautifier' 'python-jsbeautifier')
source=("https://registry.npmjs.org/js-beautify/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
-sha256sums=('92a59149a112265435173570e8551953fe02c2ff6905d82e51658ced0129356a')
+sha256sums=('4346e3adc0a9c7e3c950c4182680c425d388fb5572510072011ace424da9123f')
package() {
npm install -g --prefix "$pkgdir/usr" "$pkgname-$pkgver.tgz"