mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
android-studio: fix update-check and changelog, adopt.
This commit is contained in:
parent
2cc7eeab9b
commit
5cd412ee5d
2 changed files with 5 additions and 5 deletions
|
@ -5,10 +5,10 @@ revision=1
|
|||
archs="x86_64"
|
||||
hostmakedepends="tar"
|
||||
short_desc="Official Android IDE"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Bnyro <bnyro@tutanota.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://tools.android.com"
|
||||
# changelog="https://developer.android.com/studio/releases/index.html"
|
||||
homepage="https://developer.android.com/studio/"
|
||||
changelog="https://developer.android.com/studio/releases/"
|
||||
distfiles="https://dl.google.com/dl/android/studio/ide-zips/${version}/android-studio-${version}-linux.tar.gz"
|
||||
checksum=1b668f80ca811cdc350deb6568143da37fd57d7e90121f5542a319e52fd5a073
|
||||
repository=nonfree
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
site="https://developer.android.com/studio/releases/index.html"
|
||||
pattern=">\K[\d.]+(?= \(\w+ \d+\)</)"
|
||||
site="https://developer.android.com/studio/index.html"
|
||||
pattern="\d{4}\.\d.\d.\d+"
|
||||
|
|
Loading…
Add table
Reference in a new issue