Skip to content

Commit

Permalink
Release 6.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joecupano committed Aug 7, 2023
1 parent b5e1368 commit c7d3d2f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SIGpi

DEVELOP 6.3
DEVELOP 6.2.6

## Introduction

Expand Down
5 changes: 3 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release Notes

## Release 6.3: 2023-07-15
- Amateure Radio Related Updates
## Release 6.2.6: 2023-08-07
- Maintenance Release
- SDRangel 7.15.2 Release

## Release 6.2.5: 2023-06-19
- Maintenance Release
Expand Down
Binary file added debs/sdrangel_7.15.2-1_amd64.deb
Binary file not shown.
Binary file added debs/sdrangel_7.15.2-1_arm64.deb
Binary file not shown.
7 changes: 4 additions & 3 deletions packages/pkg_sdrangel
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ case "$1" in
cd $SIGPI_PACKAGES
if [[ "$SIGPI_HWARCH" == "x86_64" ]]; then
cd $SIGPI_DEBS
sudo dpkg -i sdrangel_7.14.0-1_amd64.deb
sudo dpkg -i sdrangel_7.15.2-1_amd64.deb
fi

if [[ "$SIGPI_HWARCH" == "aarch64" ]]; then
cd $SIGPI_DEBS
sudo dpkg -i sdrangel_7.14.0-1_arm64.deb
sudo dpkg -i sdrangel_7.15.2-1_arm64.deb
fi
echo "sdrangel" >> $SIGPI_CONFIG

Expand Down Expand Up @@ -223,7 +223,8 @@ case "$1" in
#git reset --hard cf0489d # v7.12.0
#git reset --hard 3f9f81c # v7.13.0
#git reset --hard b12e282 # v7.14.1
git reset --hard b4847f1 # v7.15.0
#git reset --hard b4847f1 # v7.15.0
git reset --hard 8383467 # v7.15.2
mkdir build && cd build
cmake -Wno-dev ..
make -j4
Expand Down
12 changes: 6 additions & 6 deletions scripts/scr_install-srv_welcome.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
_____ __________ _ _____ ___ __ __
/ ___// _/ ____/___ (_) / ___/ |__ \ / // /
\__ \ / // / __/ __ \/ / / __ \ __/ // // /_
___/ // // /_/ / /_/ / / / /_/ / / __//__ __/
/____/___/\____/ .___/_/ \____(_)____(_)/_/
/_/
_____ __________ _ _____ ___ _____
/ ___// _/ ____/___ (_) / ___/ |__ \ / ___/
\__ \ / // / __/ __ \/ / / __ \ __/ / / __ \
___/ // // /_/ / /_/ / / / /_/ / / __/_/ /_/ /
/____/___/\____/ .___/_/ \____(_)____(_)____/
/_/

Welcome to SIGpi Node

Expand Down
12 changes: 6 additions & 6 deletions scripts/scr_install_welcome.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
_____ __________ _ _____ ___ __ __
/ ___// _/ ____/___ (_) / ___/ |__ \ / // /
\__ \ / // / __/ __ \/ / / __ \ __/ // // /_
___/ // // /_/ / /_/ / / / /_/ / / __//__ __/
/____/___/\____/ .___/_/ \____(_)____(_)/_/
/_/
_____ __________ _ _____ ___ _____
/ ___// _/ ____/___ (_) / ___/ |__ \ / ___/
\__ \ / // / __/ __ \/ / / __ \ __/ / / __ \
___/ // // /_/ / /_/ / / / /_/ / / __/_/ /_/ /
/____/___/\____/ .___/_/ \____(_)____(_)____/
/_/

Welcome to SIGpi

Expand Down

0 comments on commit c7d3d2f

Please sign in to comment.