summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGavin Costello2020-06-15 22:13:26 +0200
committerGavin Costello2020-06-15 22:13:26 +0200
commitccc584d903680e918fb0c32b5f9c39d6f8af226b (patch)
treebd801fed3db5ea57802657281f7f64daaac679e7 /PKGBUILD
parent7fbab791c5fad0287af3c538388d052c00d1be0c (diff)
downloadaur-chartjs.tar.gz
Updated to 2.9.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abb8d65072e7..5b5f9091499c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=chartjs
_script=Chart.js
_scriptmin=Chart.min.js
-pkgver=2.7.2
+pkgver=2.9.3
pkgrel=1
pkgdesc="Simple HTML5 Charts using the canvas element"
arch=(any)
url="http://www.chartjs.org"
license=('MIT')
source=("https://github.com/${pkgname}/${_script}/releases/download/v${pkgver}/${_script}" "https://github.com/${pkgname}/${_script}/releases/download/v${pkgver}/${_scriptmin}")
-md5sums=('995971f2a1bbcf30024b53115d945330' 'f6c8efa65711e0cbbc99ba72997ecd0e')
+md5sums=('aa0d045c7eefcedf60a4e27a6c613d19' 'b5c2301eb15826bf38c9bdcaa3bbe786')
package() {
cd "${srcdir}"