[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: serf: Update project source.
From: |
Efraim Flashner |
Subject: |
06/07: gnu: serf: Update project source. |
Date: |
Fri, 27 May 2016 14:22:34 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit 6d22653e39822bf9f3eabd2e34c04c1f3d936cb0
Author: Efraim Flashner <address@hidden>
Date: Fri May 27 16:40:05 2016 +0300
gnu: serf: Update project source.
* gnu/packages/web.scm (serf)[source]: Releases are now hosted by Apache.
[home-page]: Project is now hosted by Apache.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index c86e0f0..36a61ac 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -701,7 +701,7 @@ from streaming URLs. It is a command-line wrapper for the
libquvi library.")
(source
(origin
(method url-fetch)
- (uri (string-append "http://serf.googlecode.com/svn/src_releases/serf-"
+ (uri (string-append "https://archive.apache.org/dist/serf/serf-"
version ".tar.bz2"))
(sha256
(base32 "14155g48gamcv5s0828bzij6vr14nqmbndwq8j8f9g6vcph0nl70"))
@@ -752,7 +752,7 @@ from streaming URLs. It is a command-line wrapper for the
libquvi library.")
(string-append "PREFIX=" out))))))
(replace 'check (lambda _ (zero? (system* "scons" "check"))))
(replace 'install (lambda _ (zero? (system* "scons" "install")))))))
- (home-page "https://code.google.com/p/serf/")
+ (home-page "https://serf.apache.org/")
(synopsis "High-performance asynchronous HTTP client library")
(description
"serf is a C-based HTTP client library built upon the Apache Portable
- branch master updated (ea3d529 -> 9da459f), Efraim Flashner, 2016/05/27
- 06/07: gnu: serf: Update project source.,
Efraim Flashner <=
- 07/07: gnu: scrot: Add source mirror., Efraim Flashner, 2016/05/27
- 04/07: gnu: t1lib: Add source mirror., Efraim Flashner, 2016/05/27
- 01/07: gnu: synergy: Update project source., Efraim Flashner, 2016/05/27
- 02/07: gnu: synergy: Use 'modify-phases'., Efraim Flashner, 2016/05/27
- 05/07: gnu: xlockmore: Update to 5.47., Efraim Flashner, 2016/05/27
- 03/07: gnu: synergy: Update to 1.7.6., Efraim Flashner, 2016/05/27