summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Legner2020-10-18 09:19:07 +0200
committerSimon Legner2020-10-18 09:19:07 +0200
commit054ada2b2bd3f25ae8a381327ca3ea317a9e6dbf (patch)
tree006e16335a12abbbc110740fe67392041520050e /PKGBUILD
parent470347ef06641b15677499c2d54e6092f2a980c8 (diff)
downloadaur-054ada2b2bd3f25ae8a381327ca3ea317a9e6dbf.tar.gz
upgpkg: nodejs-webpack 5.1.3-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 842668014e6c..91fc4365ee5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
_npmname=webpack
pkgname=nodejs-webpack
-pkgver=5.1.1
+pkgver=5.1.3
pkgrel=1
pkgdesc="JavaScript bundler (CommonJs, AMD, ES6 modules, CSS, Images, JSON, CoffeeScript, LESS)"
arch=(any)
@@ -11,7 +11,7 @@ depends=('nodejs')
makedepends=('npm')
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
-sha256sums=('f00a6366bea306233b91cd29bc6246d876ba53d4cac20c9dce71eab2e7373b22')
+sha256sums=('cfe19e27245e1c365ee517373d1c22f4dcf2f9ae6b6adcf81f33e58f0aee1f37')
options=(!strip)
package() {