cmocka: Bump version and add checksums (#4405)
This commit is contained in:
parent
665598af1b
commit
c15f3bc6ff
@ -28,8 +28,10 @@
|
|||||||
class Cmocka(Package):
|
class Cmocka(Package):
|
||||||
"""Unit-testing framework in pure C"""
|
"""Unit-testing framework in pure C"""
|
||||||
homepage = "https://cmocka.org/"
|
homepage = "https://cmocka.org/"
|
||||||
url = "https://cmocka.org/files/1.0/cmocka-1.0.1.tar.xz"
|
url = "https://cmocka.org/files/1.1/cmocka-1.1.1.tar.xz"
|
||||||
|
|
||||||
|
version('1.1.1', '6fbff4e42589566eda558db98b97623e')
|
||||||
|
version('1.1.0', '59c9aa5735d9387fb591925ec53523ec')
|
||||||
version('1.0.1', 'ed861e501a21a92b2af63e466df2015e')
|
version('1.0.1', 'ed861e501a21a92b2af63e466df2015e')
|
||||||
parallel = False
|
parallel = False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user