diff options
author | Daniele Formichelli | 2015-07-31 09:31:20 +0200 |
---|---|---|
committer | Daniele Formichelli | 2015-07-31 09:31:20 +0200 |
commit | 00a21c8b7062d40e3dcff5f52ee7f57b7ff43514 (patch) | |
tree | 5f3c3466aac5b060bebadee835c324b7c9ed123a | |
parent | 577de46d7ec15854bcee397418ef7fa73897e606 (diff) | |
download | aur-00a21c8b7062d40e3dcff5f52ee7f57b7ff43514.tar.gz |
Update to 1.3.0.10
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = android-studio pkgdesc = A new Android development environment based on IntelliJ IDEA. - pkgver = 1.2.2.0 + pkgver = 1.3.0.10 pkgrel = 1 url = http://developer.android.com/sdk/installing/studio.html install = android-studio.install @@ -24,9 +24,9 @@ pkgbase = android-studio conflicts = android-studio-dev conflicts = android-studio-canary options = !strip - source = https://dl.google.com/dl/android/studio/ide-zips/1.2.2.0/android-studio-ide-141.1980579-linux.zip + source = https://dl.google.com/dl/android/studio/ide-zips/1.3.0.10/android-studio-ide-141.2117773-linux.zip source = android-studio.desktop - sha512sums = 54a83e6a54cd07ade1bfd3756bdff9c3431594412a01809ac3d2b1b5b2fb1719b8dd4f980516eeba5f7016c7757950c93a1d368ad1034d1300b9fe44577a1bcd + sha512sums = e21291c3e759e1b500eca487ef1e43c2dfd44e051cffd6fe2abbf9445c7577846d8e11aaaf0cb7423b70185bbcbdca8bf4ae2d084fedba7f28adc9063409520c sha512sums = fa3567f328af45d265c4fabf3e41b55d8e8cccfa9675e745f07dd6ae41950dd53a2ef41ef1caee86643f5c2ddf7a7681ee17155e208a7b6fdae6c0537dfc0c94 pkgname = android-studio @@ -5,9 +5,9 @@ # Contributor: Lubomir 'Kuci' Kucera <kuci24-at-gmail-dot-com> pkgname=android-studio -pkgver=1.2.2.0 +pkgver=1.3.0.10 pkgrel=1 -_build=141.1980579 +_build=141.2117773 pkgdesc="A new Android development environment based on IntelliJ IDEA." arch=('i686' 'x86_64') url="http://developer.android.com/sdk/installing/studio.html" @@ -20,7 +20,7 @@ options=('!strip') install=$pkgname.install source=("https://dl.google.com/dl/android/studio/ide-zips/$pkgver/android-studio-ide-$_build-linux.zip" "$pkgname.desktop") -sha512sums=('54a83e6a54cd07ade1bfd3756bdff9c3431594412a01809ac3d2b1b5b2fb1719b8dd4f980516eeba5f7016c7757950c93a1d368ad1034d1300b9fe44577a1bcd' +sha512sums=('e21291c3e759e1b500eca487ef1e43c2dfd44e051cffd6fe2abbf9445c7577846d8e11aaaf0cb7423b70185bbcbdca8bf4ae2d084fedba7f28adc9063409520c' 'fa3567f328af45d265c4fabf3e41b55d8e8cccfa9675e745f07dd6ae41950dd53a2ef41ef1caee86643f5c2ddf7a7681ee17155e208a7b6fdae6c0537dfc0c94') if [[ $CARCH == "x86_64" ]]; then |