Update to 8.1.0

This commit is contained in:
losuler
2021-12-08 03:04:13 +11:00
parent 63d7e831fe
commit 9d2332627a
3 changed files with 5 additions and 5 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.0.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).
This is currently based on Packet Tracer 8.1.0 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
PREV_RELEASE="8.0.1"
PREV_RELEASE="8.1.0"
LATEST_RELEASE=$(curl --silent https://www.netacad.com/courses/packet-tracer/faq | \
grep --only-matching --perl-regexp "Whats new in Packet Tracer \d\.\d\.\d" | \

View File

@ -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_801_Ubuntu_64bit.deb
- ar x CiscoPacketTracer_810_Ubuntu_64bit.deb
- xz -d data.tar.xz
- tar -xf data.tar
- find opt/pt/saves -type d -exec chmod 755 {} +
@ -30,8 +30,8 @@ modules:
sources:
- type: file
path: CiscoPacketTracer_801_Ubuntu_64bit.deb
sha256: 77a25351b016faed7c78959819c16c7013caa89c6b1872cb888cd96edd259140
path: CiscoPacketTracer_810_Ubuntu_64bit.deb
sha256: 7dc810747d330ec33191d198dd399a8ff99bf991a10d27f335475692f2c2bcf8
- type: file
path: com.cisco.PacketTracer.appdata.xml
- type: file