mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
graphics/OpenVSP: Update DOWNLOAD URL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
63dc3a912c
commit
fdca69ea89
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf ${PRGNAM}-${PRGNAM}_$VERSION
|
||||
tar -xvf $CWD/${PRGNAM}_$VERSION.tar.?z*
|
||||
tar -xvf $CWD/${PRGNAM}-${PRGNAM}_$VERSION.tar.gz
|
||||
cd $PRGNAM-${PRGNAM}_$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="OpenVSP"
|
||||
VERSION="3.27.1"
|
||||
HOMEPAGE="http://openvsp.org"
|
||||
DOWNLOAD="https://github.com/OpenVSP/OpenVSP/archive/OpenVSP_3.27.1.tar.gz"
|
||||
DOWNLOAD="https://github.com/OpenVSP/OpenVSP/archive/refs/tags/OpenVSP_3.27.1/OpenVSP-OpenVSP_3.27.1.tar.gz"
|
||||
MD5SUM="1c2bddcb2556dfeda7ef1387d33694c3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue