android-studio: update to 4.0.0.
This commit is contained in:
parent
8420fd2728
commit
e5640c1321
1 changed files with 5 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'android-studio'
|
# Template file for 'android-studio'
|
||||||
pkgname=android-studio
|
pkgname=android-studio
|
||||||
version=3.6.3
|
version=4.0.0
|
||||||
revision=1
|
revision=1
|
||||||
# _studio_build and _studio_rev are for downloading the zip from dl.google.com
|
# _studio_build and _studio_rev are for downloading the zip from dl.google.com
|
||||||
# https://developer.android.com/studio/#resources as of 2018-07-12
|
# https://developer.android.com/studio/#resources as of 2018-07-12
|
||||||
_studio_build=192.6392135
|
_studio_build=193.6514223
|
||||||
_studio_rev=0
|
_studio_rev=16
|
||||||
archs="x86_64 i686"
|
archs="x86_64 i686"
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="tar"
|
hostmakedepends="tar"
|
||||||
|
@ -16,9 +16,10 @@ license="Apache-2.0"
|
||||||
homepage="http://tools.android.com/"
|
homepage="http://tools.android.com/"
|
||||||
# changelog="https://developer.android.com/studio/releases/index.html"
|
# changelog="https://developer.android.com/studio/releases/index.html"
|
||||||
distfiles="https://dl.google.com/dl/android/studio/ide-zips/${version}.${_studio_rev}/android-studio-ide-${_studio_build}-linux.tar.gz"
|
distfiles="https://dl.google.com/dl/android/studio/ide-zips/${version}.${_studio_rev}/android-studio-ide-${_studio_build}-linux.tar.gz"
|
||||||
checksum=33ec9f61b20b71ca175cd39083b1379ebba896de78b826ea5df5d440c6adfd2a
|
checksum=70c04dc542281c015a700fad73d7d62ce9dace774bc12050cad9f1d6363112eb
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
restricted=yes
|
restricted=yes
|
||||||
|
python_version=2
|
||||||
nopie=yes
|
nopie=yes
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue