pacparser: add v1.3.8, v1.3.9 (#29677)
This commit is contained in:
parent
f20db5fc61
commit
cbba0ffc0c
@ -9,14 +9,22 @@
|
||||
class Pacparser(MakefilePackage):
|
||||
"""pacparser is a library to parse proxy auto-config (PAC) files."""
|
||||
|
||||
homepage = "https://pacparser.github.io/"
|
||||
url = "https://github.com/manugarg/pacparser/releases/download/1.3.7/pacparser-1.3.7.tar.gz"
|
||||
maintainers = ['iarspider']
|
||||
|
||||
version('1.3.7', sha256='eb48ec2fc202d12a4b882133048c7590329849f32c2285bc4dbe418f29aad249')
|
||||
homepage = "https://pacparser.github.io/"
|
||||
url = "https://github.com/manugarg/pacparser/releases/download/v1.3.8/pacparser-1.3.8.tar.gz"
|
||||
git = "https://github.com/manugarg/pacparser.git"
|
||||
|
||||
version('1.3.9', commit='4bbfb15c96ea0b2aede2f7371e59f66e15722d41')
|
||||
version('1.3.8', sha256='4e2872de565b2b64ffc81ba503e0eba35b3f7ef4a023ddd4a328c7b9d2cac266')
|
||||
version('1.3.7', sha256='eb48ec2fc202d12a4b882133048c7590329849f32c2285bc4dbe418f29aad249',
|
||||
url='https://github.com/manugarg/pacparser/releases/download/1.3.7/pacparser-1.3.7.tar.gz')
|
||||
|
||||
depends_on('python', when='+python')
|
||||
depends_on('py-setuptools', when='+python', type=('build', 'run'))
|
||||
|
||||
extends('python', when='+python')
|
||||
|
||||
variant('python', default=False,
|
||||
description='Build and install python bindings')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user