Skip to content

Commit

Permalink
Update PacketTracer to Cisco Packet Tracer 8.2.1
Browse files Browse the repository at this point in the history
Fixes #11
  • Loading branch information
konradmb committed Jan 28, 2024
1 parent 1b86473 commit ec8cf1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/PacketTracer*/
/pkg2appimage
/out
.vscode
8 changes: 4 additions & 4 deletions PacketTracer.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version: 8.2.0
# Version: 8.2.1
app: PacketTracer

ingredients:
Expand All @@ -13,9 +13,9 @@ ingredients:
- qt-at-spi
- libxcb-xinerama0
script:
- FILENAME='Cisco_Packet_Tracer_820_Ubuntu_64bit_696ae64b25.deb'
- URL='https://archive.org/download/cisco-packet-tracer-820-ubuntu-64bit-696ae-64b-25/Cisco_Packet_Tracer_820_Ubuntu_64bit_696ae64b25.deb'
- CHECKSUM='64e785b863f51a43c193757c905cf94b568e3239'
- FILENAME='CiscoPacketTracer_821_Ubuntu_64bit.deb'
- URL='https://www.dca.ufrn.br/~viegas/disciplinas/DCA0113/files/Simuladores/821/CiscoPacketTracer_821_Ubuntu_64bit.deb'
- CHECKSUM='d3b506411c204bac556d323d929797f33ddc1e6b'
- [ -f ../"$FILENAME" ] && ln -sf ../"$FILENAME" .
- [ -f ../"$FILENAME" ] || wget -c "$URL"
- echo "$CHECKSUM $FILENAME" > checksum
Expand Down

0 comments on commit ec8cf1a

Please sign in to comment.