saws: added v0.1.1 (#17958)

This commit is contained in:
Satish Balay 2020-08-09 06:05:21 -05:00 committed by GitHub
parent cef729e39c
commit 2954eb39c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,4 +16,7 @@ class Saws(AutotoolsPackage):
git = "https://bitbucket.org/saws/saws.git" git = "https://bitbucket.org/saws/saws.git"
version('develop', tag='master') version('develop', tag='master')
version('0.1.1', tag='v0.1.1')
version('0.1.0', tag='v0.1.0') version('0.1.0', tag='v0.1.0')
depends_on('python', type='build')