shc: fix url (#46517)

This commit is contained in:
Wouter Deconinck 2024-09-22 06:54:10 -05:00 committed by GitHub
parent 27c590d2dc
commit 87d389fe78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ class Shc(AutotoolsPackage):
and linked to produce a stripped binary executable.""" and linked to produce a stripped binary executable."""
homepage = "https://neurobin.org/projects/softwares/unix/shc/" homepage = "https://neurobin.org/projects/softwares/unix/shc/"
url = "https://github.com/neurobin/shc/archive/4.0.3.tar.gz" url = "https://github.com/neurobin/shc/archive/refs/tags/4.0.3.tar.gz"
license("GPL-3.0-or-later") license("GPL-3.0-or-later")