summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2022-03-13 07:52:28 +0100
committer Willy Sudiarto Raharjo2022-03-17 18:26:11 +0100
commitc6f86c4afb25924c1bf1f0c4e62d02ca7b58b0e6 (patch)
treefd0116fc6ba13371b51353a8e06a2e7b9b293f8a
parentb6dba2ff39b38bf6529fc8d95860181bc10b3d33 (diff)
downloadslackbuilds-c6f86c4afb25924c1bf1f0c4e62d02ca7b58b0e6.tar.gz
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>
-rw-r--r--development/shc/shc.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/shc/shc.info b/development/shc/shc.info
index b7e1097352..8a659dd4a8 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=""