Update scalpel package.py (#13746)

* Update package.py

Update scalpel version 0.5.4

* Update package.py
This commit is contained in:
oracleLee 2019-11-18 03:45:16 +08:00 committed by Adam J. Stewart
parent d3c1547dba
commit 686e613e94

View File

@ -13,8 +13,9 @@ class Scalpel(MakefilePackage):
""" """
homepage = "http://scalpel.sourceforge.net/index.html" homepage = "http://scalpel.sourceforge.net/index.html"
url = "https://downloads.sourceforge.net/project/scalpel/scalpel-0.5.3.tar.gz" url = "https://downloads.sourceforge.net/project/scalpel/scalpel-0.5.4.tar.gz"
version('0.5.4', sha256='506f731b3886def158c15fd8b74fa98390f304a507d2040972e6b09ddefac8f0')
version('0.5.3', sha256='d45b569fe3aa5934883bc7216c243d53168351c23e020d96a46fa77a1563b65e') version('0.5.3', sha256='d45b569fe3aa5934883bc7216c243d53168351c23e020d96a46fa77a1563b65e')
depends_on('perl@5.10.0:') depends_on('perl@5.10.0:')