Add a master branch for gnuconfig (#25866)

This commit is contained in:
Harmen Stoppels 2021-09-13 14:17:32 +02:00 committed by GitHub
parent ceb94bd6ae
commit a4a22a6926
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,10 +14,12 @@ class Gnuconfig(Package):
"""
homepage = "https://www.gnu.org/software/config/"
git = "https://github.com/haampie/config.git"
url = "https://github.com/haampie/config/archive/refs/tags/2021-08-14.tar.gz"
maintainers = ['haampie']
version('master', branch='master')
version('2021-08-14', sha256='1d1134f2f9d5f1342693793a536643c9aa11eaf672d1bf453ce2a415fdb8ebcc')
def install(self, spec, prefix):