summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGavin Costello2019-09-12 04:11:38 +0200
committerGavin Costello2019-09-12 04:11:38 +0200
commit7275b77a59939829ead1bbc20852c9234f5b16c2 (patch)
treee020ce4b4b754daddaf57bf60fc47b1b98dd2697 /PKGBUILD
parent8510ff2ef1580a7f336dfd498317714245d33a93 (diff)
downloadaur-handlebars.tar.gz
Updated to version 4.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5aec2371b41..86b9a5014331 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gavin Costello <gavcos at gmail dot com>
# Contributor:
pkgname=handlebars
-pkgver=v4.0.2
+pkgver=v4.2.0
pkgrel=1
pkgdesc="Handlebars.js is an extension to the Mustache templating language created by Chris Wanstrath. Handlebars.js and Mustache are both logicless templating languages that keep the view and the code separated like we all know they should be."
arch=(any)
@@ -10,7 +10,7 @@ license=('MIT')
depends=('nodejs')
optdepends=('nodejs-optimist')
source=("http://builds.handlebarsjs.com.s3.amazonaws.com/${pkgname}-${pkgver}.js" "http://builds.handlebarsjs.com.s3.amazonaws.com/${pkgname}.runtime-${pkgver}.js")
-md5sums=('5afd2f949524fbf9a543fe7259e605e7' '7328b11edac98c70ef2f93990183b068')
+md5sums=('00a8fa9882a9939dda50bb2d19f45b58' 'c99722239b03f67747693ee31286e0fa')
package() {
cd "${srcdir}"