This commit is contained in:
Adam J. Stewart
2016-05-26 16:19:23 -05:00
parent 2220784eda
commit a21e845ce7
4 changed files with 24 additions and 19 deletions

View File

@@ -28,10 +28,11 @@
class Serf(Package):
"""Apache Serf - a high performance C-based HTTP client library
built upon the Apache Portable Runtime (APR) library"""
homepage = 'https://serf.apache.org/'
url = 'https://archive.apache.org/dist/serf/serf-1.3.8.tar.bz2'
version('1.3.8', '1d45425ca324336ce2f4ae7d7b4cfbc5567c5446')
version('1.3.8', '1d45425ca324336ce2f4ae7d7b4cfbc5567c5446')
depends_on('apr')
depends_on('apr-util')