From 2b063662990c422515377322f2de52c3dfdb5104 Mon Sep 17 00:00:00 2001 From: losuler Date: Fri, 5 May 2023 03:49:57 +1000 Subject: [PATCH] docs: update release version references --- README.md | 2 +- check-updates.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e57dfe..69900f0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/check-updates.sh b/check-updates.sh index efc60d5..9b2a5f5 100755 --- a/check-updates.sh +++ b/check-updates.sh @@ -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 | \