Update to 8.1.0
This commit is contained in:
@ -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 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
|
## Building
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ set -o errexit
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
set -o nounset
|
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 | \
|
LATEST_RELEASE=$(curl --silent https://www.netacad.com/courses/packet-tracer/faq | \
|
||||||
grep --only-matching --perl-regexp "What’s new in Packet Tracer \d\.\d\.\d" | \
|
grep --only-matching --perl-regexp "What’s new in Packet Tracer \d\.\d\.\d" | \
|
||||||
|
@ -17,7 +17,7 @@ modules:
|
|||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- install -D com.cisco.PacketTracer.appdata.xml /app/share/metainfo/com.cisco.PacketTracer.appdata.xml
|
- 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
|
- xz -d data.tar.xz
|
||||||
- tar -xf data.tar
|
- tar -xf data.tar
|
||||||
- find opt/pt/saves -type d -exec chmod 755 {} +
|
- find opt/pt/saves -type d -exec chmod 755 {} +
|
||||||
@ -30,8 +30,8 @@ modules:
|
|||||||
|
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
path: CiscoPacketTracer_801_Ubuntu_64bit.deb
|
path: CiscoPacketTracer_810_Ubuntu_64bit.deb
|
||||||
sha256: 77a25351b016faed7c78959819c16c7013caa89c6b1872cb888cd96edd259140
|
sha256: 7dc810747d330ec33191d198dd399a8ff99bf991a10d27f335475692f2c2bcf8
|
||||||
- type: file
|
- type: file
|
||||||
path: com.cisco.PacketTracer.appdata.xml
|
path: com.cisco.PacketTracer.appdata.xml
|
||||||
- type: file
|
- type: file
|
||||||
|
Reference in New Issue
Block a user