docs: update release version references

This commit is contained in:
losuler
2023-05-05 03:49:57 +10:00
parent e871552efb
commit 2b06366299
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
This is a Flatpak manifest for [Cisco's Packet Tracer](https://www.netacad.com/courses/packet-tracer). The Deb package in which Cisco distributes their binary build of Packet Tracer is not included as the download link for and use of Packet Tracer itself requires a Netacad account.
This is currently based on Packet Tracer 8.2 and is intended to track the latest release. For previous releases see [janymal/PacketTracer7-flatpak](https://github.com/janymal/PacketTracer7-flatpak) and [rpallai/flatpak-pt](https://github.com/rpallai/flatpak-pt).
This is currently based on Packet Tracer 8.2.1 and is intended to track the latest release. For previous releases see [janymal/PacketTracer7-flatpak](https://github.com/janymal/PacketTracer7-flatpak) and [rpallai/flatpak-pt](https://github.com/rpallai/flatpak-pt).
## Building

View File

@ -6,7 +6,7 @@ set -o errexit
set -o pipefail
set -o nounset
# The FAQ page says 8.1 but it's actually 8.1.1
# The FAQ page says 8.1 but it's actually 8.2.1
PREV_RELEASE="8.2"
LATEST_RELEASE=$(curl --silent https://www.netacad.com/courses/packet-tracer/faq | \