diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-13 19:52:28 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-18 00:26:11 +0700 |
commit | c6f86c4afb25924c1bf1f0c4e62d02ca7b58b0e6 (patch) | |
tree | fd0116fc6ba13371b51353a8e06a2e7b9b293f8a /development/shc | |
parent | b6dba2ff39b38bf6529fc8d95860181bc10b3d33 (diff) |
development/shc: Fix DOWNLOAD.
There is a tag and a branch with the same name, so we must
be specific in the URL about which one we want.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/shc')
-rw-r--r-- | development/shc/shc.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/shc/shc.info b/development/shc/shc.info index b7e1097352f3..8a659dd4a890 100644 --- a/development/shc/shc.info +++ b/development/shc/shc.info @@ -1,7 +1,7 @@ PRGNAM="shc" VERSION="4.0.3" HOMEPAGE="http://neurobin.github.io/shc" -DOWNLOAD="https://github.com/neurobin/shc/archive/4.0.3/shc-4.0.3.tar.gz" +DOWNLOAD="https://github.com/neurobin/shc/archive/refs/tags/4.0.3/shc-4.0.3.tar.gz" MD5SUM="c3f7aef42f12bccd0a54db92e3946f4e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |