* Subversion: upgraded to 0.27.0.
svn path=/nixpkgs/trunk/; revision=303
This commit is contained in:
parent
1445fe4a26
commit
53fa95e3ad
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user