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:
parent
3c43a2d79c
commit
ce0c77c991
1 changed files with 3 additions and 2 deletions
|
@ -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']
|
||||
|
||||
|
|
Loading…
Reference in a new issue