diff options
-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" |