Skip to content

Commit

Permalink
android: fix livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy authored and tobypeterson committed Feb 8, 2017
1 parent 88d5435 commit 21eb394
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/android/Portfile
Expand Up @@ -19,7 +19,7 @@ set appbundles ${name}-appbundles-r${patchversion}.tar.gz
set tools ${name}-tools-r${patchversion}.tar.gz
set prog ${name}-sdk_r${version}-macosx.zip

homepage http://developer.${name}.com/
homepage https://developer.${name}.com/
master_sites http://dl.google.com/${name}:prog \
macports:${name}:appbundles
distfiles ${prog}:prog \
Expand Down Expand Up @@ -111,5 +111,5 @@ platform macosx {
# }

livecheck.type regex
livecheck.url ${homepage}sdk/index.html
livecheck.regex ${name}-sdk_r(\[0-9.\]+)-macosx.zip
livecheck.url ${homepage}studio/index.html
livecheck.regex tools_r(\[0-9.\]+)-macosx.zip

0 comments on commit 21eb394

Please sign in to comment.