Skip to content

Commit 14754cd

Browse files
committed
Reduced version hardcoding.
1 parent e515be7 commit 14754cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/lib-component-sancp.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
# => sguil
3030
#
3131

32-
SANCP_SRC_DIR="sancp-1.6.1-stable"
32+
SANCP_VERSION="1.6.1-stable"
33+
SANCP_SRC_DIR="sancp-${SANCP_VERSION}"
3334
SANCP_TARBALL="${SANCP_SRC_DIR}.tar.gz"
3435
SANCP_SRC_URL="http://downloads.sourceforge.net/sancp/${SANCP_TARBALL}?modtime=1183791869&big_mirror=0"
3536

0 commit comments

Comments
 (0)