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