mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Use tags for Google-Gson
This commit is contained in:
parent
7fce90deba
commit
607beec675
1 changed files with 1 additions and 1 deletions
|
|
@ -950,7 +950,7 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
|||
if name == 'Google-Gson':
|
||||
sdir = os.path.join(extlib_dir, 'Google-Gson')
|
||||
vcs = getvcs('git-svn',
|
||||
'http://google-gson.googlecode.com/svn/trunk', sdir, sdk_path)
|
||||
'http://google-gson.googlecode.com/svn;trunk=trunk;tags=tags', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
libdir = os.path.join(sdir, 'gson')
|
||||
return libdir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue