summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-11-30 21:20:09 -0500
committerGuillaume Horel2020-11-30 21:20:09 -0500
commitc6a3cf63d507f8b34600c8367a42a34df8855f92 (patch)
tree5213a5249cd49a5193761d0bf5beca2d1c7aa70c /PKGBUILD
parent26bb727aaee278455be3e096aa173f0513af36ec (diff)
downloadaur-c6a3cf63d507f8b34600c8367a42a34df8855f92.tar.gz
bump to 1.17.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a38f7ed8bf4..cce32fe16110 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash
_pkgname=dash
-pkgver=1.16.1
+pkgver=1.17.0
pkgrel=1
pkgdesc="A python framework for building analytical web applications"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'python-dash-renderer' 'python-dash-core-components' 'python-d
optdepends=()
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('a4f8f9a4c48a3544664045a409f17f84cdfe09cb96d636eda4fb28a8d701b4cc')
+sha256sums=('06287eb130682ccb823c648310dea4dfbdd30f8f56401b4dce4946aa7c01230a')
package(){
cd "$srcdir/$_pkgname-$pkgver"