summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/apr/package.py
blob: a0e2e9f52e8c087565d82dd5d650539bb6161122 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *


class Apr(AutotoolsPackage):
    """Apache portable runtime."""

    homepage  = 'https://apr.apache.org/'
    url       = 'http://archive.apache.org/dist/apr/apr-1.6.2.tar.gz'

    version('1.6.2', '8672e78514e3fcef2643127c524bf0f9')
    version('1.5.2', '98492e965963f852ab29f9e61b2ad700')