mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/qucs-s: Updated for version 24.1.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
78d9039f5d
commit
ba618a93b8
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for qucs-s
|
||||
|
||||
# Copyright 2023 Johannes Schoepfer, Germany
|
||||
# Copyright 2023-2024 Johannes Schoepfer, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=qucs-s
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
VERSION=${VERSION:-24.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qucs-s"
|
||||
VERSION="2.1.0"
|
||||
VERSION="24.1.0"
|
||||
HOMEPAGE="https://ra3xdh.github.io"
|
||||
DOWNLOAD="https://github.com/ra3xdh/qucs_s/releases/download/2.1.0/qucs-s-2.1.0.tar.gz"
|
||||
MD5SUM="362d264415d0e4f60e908b96a2f6944a"
|
||||
DOWNLOAD="https://github.com/ra3xdh/qucs_s/releases/download/24.1.0/qucs-s-24.1.0.tar.gz"
|
||||
MD5SUM="707b7eb7e20c0d1440a11b75dbb7faac"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue