unibilium: added v2.0.0 (#18132)

This commit is contained in:
Toyohisa Kameyama 2020-08-18 19:03:06 +09:00 committed by GitHub
parent 9b65bdeca8
commit 3210d6b64e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,9 @@
class Unibilium(Package):
"""A terminfo parsing library"""
homepage = "https://github.com/mauke/unibilium"
url = "https://github.com/mauke/unibilium/archive/v1.2.0.tar.gz"
url = "https://github.com/mauke/unibilium/archive/v2.0.0.tar.gz"
version('2.0.0', sha256='78997d38d4c8177c60d3d0c1aa8c53fd0806eb21825b7b335b1768d7116bc1c1')
version('1.2.0', sha256='623af1099515e673abfd3cae5f2fa808a09ca55dda1c65a7b5c9424eb304ead8')
depends_on('libtool', type='build')