summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2021-08-03 04:53:17 -0400
committerGuillaume Horel2021-08-03 04:53:17 -0400
commitb8eec68a8ce02bb8f2ea28c2bbd03d01a52d7517 (patch)
tree03846e27a8d55e46e6bd833be13a2c2cb50673ee /PKGBUILD
parent2fa1b62e041e174f3ef0b9378b306424f2affb56 (diff)
downloadaur-b8eec68a8ce02bb8f2ea28c2bbd03d01a52d7517.tar.gz
bump to 1.21.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6beea3f16c81..4f1adf209909 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash
_pkgname=dash
-pkgver=1.20.0
+pkgver=1.21.0
pkgrel=1
pkgdesc="A python framework for building analytical web applications"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-dash-renderer' 'python-dash-core-components' 'python-dash-html-
optdepends=()
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('127c16f71d3c8345dd29ab2aed099330aafd6d558734bec5bbcccadd0a7e6b29')
+sha256sums=('8b03a53e4f7a5f3eded8af099ff54d9981f7879d22d74c7970b9a27c8f698ebb')
package(){
cd "$srcdir/$_pkgname-$pkgver"