vigra: add master branch (#22037)

This commit is contained in:
darmac 2021-03-11 01:57:35 +08:00 committed by GitHub
parent f0275e84ad
commit d2ce4b565c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,10 @@ class Vigra(CMakePackage):
customizable algorithms and data structures"""
homepage = "https://ukoethe.github.io/vigra/"
git = "https://github.com/ukoethe/vigra.git"
url = "https://github.com/ukoethe/vigra/releases/download/Version-1-11-1/vigra-1.11.1-src.tar.gz"
version('master', branch='master')
version('1.11.1', sha256='a5564e1083f6af6a885431c1ee718bad77d11f117198b277557f8558fa461aaf')
variant('png', default=False, description='Include support for PNG images')