subversion: fix distfiles url
This commit is contained in:
parent
1c91a73cf7
commit
dddea74b1a
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
pkgname=subversion
|
pkgname=subversion
|
||||||
version=1.6.17
|
version=1.6.17
|
||||||
homepage="http://subversion.apache.org/"
|
homepage="http://subversion.apache.org/"
|
||||||
distfiles="$homepage/downloads/$pkgname-$version.tar.bz2"
|
#distfiles="$homepage/downloads/$pkgname-$version.tar.bz2"
|
||||||
|
distfiles="http://${pkgname}.tigris.org/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Enterprise-class centralized version control for the masses"
|
short_desc="Enterprise-class centralized version control for the masses"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Reference in a new issue