Skip to content

Commit fb5dfff

Browse files
committed
v8.0.1 changed install url to snstac
1 parent c900268 commit fb5dfff

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## ADSBCOT 8.0.0
1+
## ADSBCOT 8.0.1
22

33
Happy Summer Solstice!
44

adsbcot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
"""ADS-B to TAK Gateway."""
2020

21-
__version__ = "8.0.0"
21+
__version__ = "8.0.1"
2222

2323
# COMPAT Python 3.6 test/build work-around:
2424
try:

docs/installation.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ There are several methods of installing ADSBCOT. They are listed below, in order
77
Install ADSBCOT, and prerequisite packages of [PyTAK](https://pytak.rtfd.io) & [AIRCOT](https://aircot.rtfd.io).
88

99
```sh linenums="1"
10-
sudo apt update
11-
wget https://github.com/ampledata/aircot/releases/latest/download/aircot_latest_all.deb
10+
sudo apt update -qq
11+
wget https://github.com/snstac/aircot/releases/latest/download/aircot_latest_all.deb
1212
sudo apt install -f ./aircot_latest_all.deb
13-
wget https://github.com/ampledata/pytak/releases/latest/download/pytak_latest_all.deb
13+
wget https://github.com/snstac/pytak/releases/latest/download/pytak_latest_all.deb
1414
sudo apt install -f ./pytak_latest_all.deb
15-
wget https://github.com/ampledata/adsbcot/releases/latest/download/adsbcot_latest_all.deb
15+
wget https://github.com/snstac/adsbcot/releases/latest/download/adsbcot_latest_all.deb
1616
sudo apt install -f ./adsbcot_latest_all.deb
1717
```
1818

0 commit comments

Comments
 (0)