* Subversion: upgraded to 0.27.0.

svn path=/nixpkgs/trunk/; revision=303
gstqt5
Eelco Dolstra 2003-08-18 13:27:44 +00:00
parent 1445fe4a26
commit 53fa95e3ad
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
Function(["localServer", "httpsClient", "httpServer", "pythonBindings"],
Package(
[ ("name", "subversion-0.26.0")
[ ("name", "subversion-0.27.0")
, ("build", Relative("subversion/subversion-build.sh"))
, ("setenv", Relative("helpers/set-env.sh"))
, ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://subversion.tigris.org/files/documents/15/5322/subversion-0.26.0.tar.gz")
, ("md5", "700caa3f59b585d173812c4a078feeba")
[ ("url", "http://subversion.tigris.org/files/documents/15/5642/subversion-0.27.0.tar.gz")
, ("md5", "0f4fa0ebb0b58b83bad9433b8baa3f9a")
]))
, ("localServer", Var("localServer"))