From 7ffcb420bb630c7a6e0e2a0f8e6ecdcacf851b25 Mon Sep 17 00:00:00 2001 From: losuler Date: Wed, 30 Nov 2022 14:09:24 +0000 Subject: [PATCH 1/4] feat: update release version --- check-updates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-updates.sh b/check-updates.sh index f0261cf..efc60d5 100755 --- a/check-updates.sh +++ b/check-updates.sh @@ -7,7 +7,7 @@ set -o pipefail set -o nounset # The FAQ page says 8.1 but it's actually 8.1.1 -PREV_RELEASE="8.1" +PREV_RELEASE="8.2" LATEST_RELEASE=$(curl --silent https://www.netacad.com/courses/packet-tracer/faq | \ grep --only-matching --perl-regexp "What’s new in Cisco Packet Tracer (\d\.\d|\.\d)" | \ From 3d2e815d98776c3d972e63ead8d05125ab6e8026 Mon Sep 17 00:00:00 2001 From: losuler Date: Thu, 1 Dec 2022 01:17:58 +1100 Subject: [PATCH 2/4] feat: update Packet Tracer to 8.2 --- com.cisco.PacketTracer.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/com.cisco.PacketTracer.yml b/com.cisco.PacketTracer.yml index f10b364..f70f645 100644 --- a/com.cisco.PacketTracer.yml +++ b/com.cisco.PacketTracer.yml @@ -17,7 +17,7 @@ modules: buildsystem: simple build-commands: - install -D com.cisco.PacketTracer.appdata.xml /app/share/metainfo/com.cisco.PacketTracer.appdata.xml - - ar x CiscoPacketTracer_811_Ubuntu_64bit.deb + - ar x CiscoPacketTracer_820_Ubuntu_64bit.deb - xz -d data.tar.xz - tar -xf data.tar - find opt/pt/saves opt/pt/templates opt/pt/templates/environments -type d -exec chmod 755 {} + @@ -30,8 +30,8 @@ modules: sources: - type: file - path: CiscoPacketTracer_811_Ubuntu_64bit.deb - sha256: 08c53171aa0257a64ae7de1540f242214033cfa4f879fbc9fed5cc0d32232abf + path: CiscoPacketTracer_820_Ubuntu_64bit.deb + sha256: 1b19885d59f6130ee55414fb02e211a1773460689db38bfd1ac7f0d45117ed16 - type: file path: com.cisco.PacketTracer.appdata.xml - type: file From f80e425e3ce1e2b7a78ca70c8c8249ce56dfe7d6 Mon Sep 17 00:00:00 2001 From: losuler Date: Thu, 1 Dec 2022 01:20:13 +1100 Subject: [PATCH 3/4] feat: update end of life runtime --- README.md | 4 ++-- com.cisco.PacketTracer.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 322c0fe..6bd4bfc 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ This is currently based on Packet Tracer 8.1.1 and is intended to track the late ```bash flatpak install \ - org.freedesktop.Platform/x86_64/20.08 \ - org.freedesktop.Sdk/x86_64/20.08 + org.freedesktop.Platform/x86_64/21.08 \ + org.freedesktop.Sdk/x86_64/21.08 ``` 4. Download the official Deb package to the cloned repository (don't rename it). diff --git a/com.cisco.PacketTracer.yml b/com.cisco.PacketTracer.yml index f70f645..b580f46 100644 --- a/com.cisco.PacketTracer.yml +++ b/com.cisco.PacketTracer.yml @@ -1,6 +1,6 @@ app-id: com.cisco.PacketTracer runtime: org.freedesktop.Platform -runtime-version: '20.08' +runtime-version: '21.08' sdk: org.freedesktop.Sdk command: /app/pt/packettracer finish-args: From 7380f3aae0a980b4300c3e3a78a654ed0136901c Mon Sep 17 00:00:00 2001 From: losuler Date: Thu, 1 Dec 2022 01:29:48 +1100 Subject: [PATCH 4/4] fix: attempts system install without `--user` flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bd4bfc..524ca36 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This is currently based on Packet Tracer 8.1.1 and is intended to track the late ```bash cd com.cisco.PacketTracer - flatpak-builder --install build com.cisco.PacketTracer.yml + flatpak-builder --install --user build com.cisco.PacketTracer.yml ``` ## Notes