summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ec296b49208..af62903780de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=esbuild
pkgname=${_name}
-pkgver=0.16.11
+pkgver=0.16.12
pkgrel=1
pkgdesc="An extremely fast JavaScript and CSS bundler and minifier."
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
@@ -12,7 +12,7 @@ license=('MIT')
makedepends=('go')
_snapshot="${_name}-${pkgver}"
source=("${_snapshot}.tar.gz::https://github.com/evanw/${_name}/archive/v${pkgver}.tar.gz")
-b2sums=('f13ad33d3b7a96595795fc2300b67b5851dcca3b3a399be668f06e94b082f2bae1acef55f528208a343a565ea12c47d2445b5b893b9d98b9d2efcba9614009fc')
+b2sums=('409f887aa6ad3926db498637a22a58820115c3efed9bb2799b9fe48c60fe609cf374b9307635076c3088340c509e4c6636c1c047f8032a23534dfd4991d86c8b')
build() {
set -a