diff options
author | Andrea Sacchetti Picchio <andrea dot sacchettipicchio at gmail dot com> | 2024-12-03 12:38:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-12-03 14:42:23 +0700 |
commit | 4ab95bf36470afe5cdf09087aefeaa13100032e3 (patch) | |
tree | c4183963687f291c898adbe226125768652c96cf /ham | |
parent | 770b755faa6a422f02a172f7077d5bc7206be376 (diff) |
ham/satdump: Updated for version 1.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham')
-rw-r--r-- | ham/satdump/satdump.SlackBuild | 4 | ||||
-rw-r--r-- | ham/satdump/satdump.info | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/ham/satdump/satdump.SlackBuild b/ham/satdump/satdump.SlackBuild index 72e67490b9..8a79579800 100644 --- a/ham/satdump/satdump.SlackBuild +++ b/ham/satdump/satdump.SlackBuild @@ -25,11 +25,10 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=satdump -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-1.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -92,7 +91,6 @@ cd build -DCMAKE_INSTALL_MANDIR=/usr/man \ -DCMAKE_INSTALL_DOCDIR=/usr/doc/$PRGNAM-$VERSION \ -DCMAKE_BUILD_TYPE=Release .. - make $NUMJOBS make install/strip DESTDIR=$PKG cd .. diff --git a/ham/satdump/satdump.info b/ham/satdump/satdump.info index 834369ec4c..ece07253ed 100644 --- a/ham/satdump/satdump.info +++ b/ham/satdump/satdump.info @@ -1,8 +1,8 @@ PRGNAM="satdump" -VERSION="1.2.1" +VERSION="1.2.2" HOMEPAGE="https://www.satdump.org/" -DOWNLOAD="https://github.com/SatDump/SatDump/archive/1.2.1/SatDump-1.2.1.tar.gz" -MD5SUM="12a525d25886acf24bf90707b9b11e4d" +DOWNLOAD="https://github.com/SatDump/SatDump/archive/1.2.2/SatDump-1.2.2.tar.gz" +MD5SUM="dc2a0934d398ca511f05ddc1e6d85dbf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="volk glfw3 nng" |