Skip to content

Commit

Permalink
Update rtupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
arakasi72 authored Aug 15, 2018
1 parent c7d5d4a commit 98cac85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/rtupdate
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ osname=$(lsb_release -si)
relno=$(lsb_release -sr | cut -d. -f1)
sourcedir='http://rtorrent.net/downloads/'

xmlrpc_url='https://svn.code.sf.net/p/xmlrpc-c/code/stable/'
xmlrpcloc='svn://svn.code.sf.net/p/xmlrpc-c/code/stable/'
xmlrpc_url='https://svn.code.sf.net/p/xmlrpc-c/code/advanced/'
xmlrpcloc='svn://svn.code.sf.net/p/xmlrpc-c/code/advanced/'

xmlrpc_url_alt='https://github.com/mirror/xmlrpc-c'
xmlrpcloc_alt='https://github.com/mirror/xmlrpc-c/trunk/stable'
xmlrpcloc_alt='https://github.com/mirror/xmlrpc-c/trunk/advanced'

rtdevrel=1

Expand Down

0 comments on commit 98cac85

Please sign in to comment.