Skip to content

Commit

Permalink
ham/sgp4: Updated for version 20241212.147b1ae7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Sacchetti Picchio authored and sbo-bot[bot] committed Dec 13, 2024
1 parent dfb4fb4 commit c6b9d62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions ham/sgp4/sgp4.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=sgp4
VERSION=${VERSION:-20240428.6a448b48}
VERSION=${VERSION:-20241212.147b1ae7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}

if [ -z "$ARCH" ]; then
case "$( uname -m )" in
Expand Down Expand Up @@ -91,7 +90,6 @@ cd build
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DMAN_INSTALL_DIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release ..
make $NUMJOBS
make install/strip DESTDIR=$PKG
cd ..

Expand Down
6 changes: 3 additions & 3 deletions ham/sgp4/sgp4.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="sgp4"
VERSION="20240428.6a448b48"
VERSION="20241212.147b1ae7"
HOMEPAGE="https://github.com/dnwrnr/sgp4/"
DOWNLOAD="https://github.com/dnwrnr/sgp4/archive/6a448b48/sgp4-6a448b4850e5fbf8c1ca03bb5f6013a9fdc1fd91.tar.gz"
MD5SUM="795cfea39667e3348a5d664ff5415fb6"
DOWNLOAD="https://github.com/dnwrnr/sgp4/archive/147b1ae7/sgp4-147b1ae7cfbd5608ba78f4af29f6ba8e364e3b1b.tar.gz"
MD5SUM="09618aeb8d1024ab37fabe63ef3013fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="serialDV"
Expand Down

0 comments on commit c6b9d62

Please sign in to comment.