Blitz 1.0.1 (#6765)

* blitz: update to version 1.0.1

* blitz: change URL for release tarballs

* blitz: update checksum of @1.0.0 after changing URL
This commit is contained in:
Milton Woods 2018-01-07 05:02:41 +11:00 committed by Adam J. Stewart
parent 3c43a2d79c
commit ce0c77c991

View file

@ -28,9 +28,10 @@
class Blitz(AutotoolsPackage):
"""N-dimensional arrays for C++"""
homepage = "http://github.com/blitzpp/blitz"
url = "https://github.com/blitzpp/blitz/tarball/1.0.0"
url = "https://github.com/blitzpp/blitz/archive/1.0.1.tar.gz"
version('1.0.0', '9f040b9827fe22228a892603671a77af')
version('1.0.1', 'fe43e2cf6c9258bc8b369264dd008971')
version('1.0.0', '971c43e22318bbfe8da016e6ef596234')
build_targets = ['lib']