summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Costello2020-06-15 22:13:26 +0200
committerGavin Costello2020-06-15 22:13:26 +0200
commitccc584d903680e918fb0c32b5f9c39d6f8af226b (patch)
treebd801fed3db5ea57802657281f7f64daaac679e7
parent7fbab791c5fad0287af3c538388d052c00d1be0c (diff)
downloadaur-chartjs.tar.gz
Updated to 2.9.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bd7f4bfad03..46c67af5d474 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = chartjs
pkgdesc = Simple HTML5 Charts using the canvas element
- pkgver = 2.7.2
+ pkgver = 2.9.3
pkgrel = 1
url = http://www.chartjs.org
arch = any
license = MIT
- source = https://github.com/chartjs/Chart.js/releases/download/v2.7.2/Chart.js
- source = https://github.com/chartjs/Chart.js/releases/download/v2.7.2/Chart.min.js
- md5sums = 995971f2a1bbcf30024b53115d945330
- md5sums = f6c8efa65711e0cbbc99ba72997ecd0e
+ source = https://github.com/chartjs/Chart.js/releases/download/v2.9.3/Chart.js
+ source = https://github.com/chartjs/Chart.js/releases/download/v2.9.3/Chart.min.js
+ md5sums = aa0d045c7eefcedf60a4e27a6c613d19
+ md5sums = b5c2301eb15826bf38c9bdcaa3bbe786
pkgname = chartjs
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}"