summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxgdgsc2016-02-20 20:09:27 +0800
committerxgdgsc2016-02-20 20:09:27 +0800
commitc6d889b66cd679e5f3df7af1c6ad2e8789c8935a (patch)
treefc09b89c1e1eca34633dc58ae858e65c26c2f4c1 /PKGBUILD
parentae01a859f35a93aa87553d55369ccd8e21ed55c6 (diff)
downloadaur-c6d889b66cd679e5f3df7af1c6ad2e8789c8935a.tar.gz
upg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43acd53a0ec7..bae7c4085a8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer:xgdgsc<xgdgsc@gmail.com>
pkgname=rodeo
-pkgver=1.1.23
+pkgver=1.3.0
pkgrel=1
pkgdesc="A data science IDE for Python"
url=https://www.yhat.com/products/rodeo
@@ -14,11 +14,11 @@ PKGEXT=.tar.gz
if [[ $CARCH = i686 ]];then
_arch=32
- md5sums[0]=''
+ md5sums[0]='9cf2755e5c8662ecf58f5c3a2ed94029'
else
_arch=64
- md5sums[0]='fc45af6bfce0ed7eb9d52bc55444a6a5'
+ md5sums[0]='3cc5ec19c1daec810c236136b2774c12'
fi
source=("http://rodeo-releases.s3.amazonaws.com/$pkgver/Rodeo-v$pkgver-linux_$_arch.zip" 'rodeo.install' 'logo.svg' 'rodeo.desktop')