mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/qucs-s: Updated for version 24.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
632ae10861
commit
ec4da031f8
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=qucs-s
|
PRGNAM=qucs-s
|
||||||
VERSION=${VERSION:-24.3.0}
|
VERSION=${VERSION:-24.3.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -72,7 +72,7 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} +
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} +
|
||||||
|
|
||||||
# Avoid dependency on dos2unix
|
# Avoid dependency on dos2unix
|
||||||
sed -i qucsator_rf/src/CMakeLists.txt \
|
sed -i qucsator_rf/src/CMakeLists.txt \
|
||||||
-e "s/COMMAND \${gperfappgen_exe}.*/COMMAND \${gperfappgen_exe} | fromdos > \${CMAKE_CURRENT_BINARY_DIR}\/gperfapphash.gph/"
|
-e "s/COMMAND \${gperfappgen_exe}.*/COMMAND \${gperfappgen_exe} | fromdos > \${CMAKE_CURRENT_BINARY_DIR}\/gperfapphash.gph/"
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="qucs-s"
|
PRGNAM="qucs-s"
|
||||||
VERSION="24.3.0"
|
VERSION="24.3.1"
|
||||||
HOMEPAGE="https://ra3xdh.github.io"
|
HOMEPAGE="https://ra3xdh.github.io"
|
||||||
DOWNLOAD="https://github.com/ra3xdh/qucs_s/releases/download/24.3.0/qucs-s-24.3.0.tar.gz"
|
DOWNLOAD="https://github.com/ra3xdh/qucs_s/releases/download/24.3.1/qucs-s-24.3.1.tar.gz"
|
||||||
MD5SUM="9b59fff318bcba79a8a504188da9e703"
|
MD5SUM="89479299f2044cbcad1a922e11132793"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue