summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2019-10-18 13:58:06 +0800
committerJingbei Li2019-10-18 13:58:06 +0800
commit1ad32227d2ab71e9d1e26df505b2a3ded66514fa (patch)
treea573f25944730fd57cb94d88a813cf94d9408997 /PKGBUILD
parent197df00d44704e47c2cd79cb0f419c9b629580fe (diff)
downloadaur-anaconda2.tar.gz
upgraded to 2019.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac17670861d2..828e7bff5065 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor : Immae <ismael.bouya@normalesup.org>
# Contributor : Martin Wimpress <code@flexion.org>
pkgname=anaconda2
-pkgver=2019.07
+pkgver=2019.10
pkgrel=1
pkgdesc="Completely free enterprise-ready Python distribution for large-scale data processing, predictive analytics, and scientific computing."
arch=('x86_64')
-url="https://store.continuum.io/cshop/anaconda/"
+url='https://www.anaconda.com/'
license=("BSD")
source=("http://repo.continuum.io/archive/Anaconda2-${pkgver}-Linux-x86_64.sh"
"$pkgname.install")
options=(!strip libtool staticlibs)
-sha256sums=('189e16e7adf9ba4b7b7d06ecdc10ce4ad4153e5e3505b9331f3d142243e18e97'
+sha256sums=('8b2e7dea2da7d8cc18e822e8ec1804052102f4eefb94c1b3d0e586e126e8cd2f'
'c491735df1753335c6aa5b3b71bd936ccb4ff5622fedbf22d1d6d9da5bd45fbc')
install="$pkgname.install"