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.
This commit is contained in:
Efraim Flashner 2016-05-27 16:40:05 +03:00
parent e4ddf924e5
commit 6d22653e39
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -701,7 +701,7 @@ from streaming URLs. It is a command-line wrapper for the libquvi library.")
(source (source
(origin (origin
(method url-fetch) (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")) version ".tar.bz2"))
(sha256 (sha256
(base32 "14155g48gamcv5s0828bzij6vr14nqmbndwq8j8f9g6vcph0nl70")) (base32 "14155g48gamcv5s0828bzij6vr14nqmbndwq8j8f9g6vcph0nl70"))
@ -752,7 +752,7 @@ from streaming URLs. It is a command-line wrapper for the libquvi library.")
(string-append "PREFIX=" out)))))) (string-append "PREFIX=" out))))))
(replace 'check (lambda _ (zero? (system* "scons" "check")))) (replace 'check (lambda _ (zero? (system* "scons" "check"))))
(replace 'install (lambda _ (zero? (system* "scons" "install"))))))) (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") (synopsis "High-performance asynchronous HTTP client library")
(description (description
"serf is a C-based HTTP client library built upon the Apache Portable "serf is a C-based HTTP client library built upon the Apache Portable