summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rys2025-02-11 09:14:40 +0100
committerMartin Rys2025-02-11 09:14:40 +0100
commit025c4bd08305c55a13e91f5c2d9f24a8010fedc6 (patch)
tree49b650622aed968afb99b286b6c4a8a48357dab9
parent3bf0d91e86958132fca2aaba22e0ef275a8c3f42 (diff)
downloadaur-025c4bd08305c55a13e91f5c2d9f24a8010fedc6.tar.gz
Bump to 1.15.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73411471538f..278ef922db50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = js-beautify
pkgdesc = CSS, HTML & JavaScript unobfuscator and beautifier
- pkgver = 1.15.2
+ pkgver = 1.15.3
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.15.2.tgz
- source = https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.2.tgz
- sha256sums = 268e43dbfcaa8056ae6947fa1085a4a354867cfb3ae170f875b3b5897fde2a73
+ noextract = js-beautify-1.15.3.tgz
+ source = https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.3.tgz
+ sha256sums = 5e2680e72a241a040b9f21bfd755a794462a3c270e93320867dc0a896ed57817
pkgname = js-beautify
diff --git a/PKGBUILD b/PKGBUILD
index 6ee5b8f045d8..c6c394cef9fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Rys <https://rys.rs/contact> | Toss a coin on https://rys.rs/donate
pkgname=js-beautify
-pkgver=1.15.2
+pkgver=1.15.3
pkgrel=1
pkgdesc="CSS, HTML & JavaScript unobfuscator and beautifier"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('npm')
conflicts=('python-cssbeautifier' 'python-jsbeautifier')
source=("https://registry.npmjs.org/js-beautify/-/${pkgname}-${pkgver}.tgz")
noextract=("${pkgname}-${pkgver}.tgz")
-sha256sums=('268e43dbfcaa8056ae6947fa1085a4a354867cfb3ae170f875b3b5897fde2a73')
+sha256sums=('5e2680e72a241a040b9f21bfd755a794462a3c270e93320867dc0a896ed57817')
package() {
npm install -g --prefix "${pkgdir}/usr" "${pkgname}-${pkgver}.tgz"