Skip to content

Commit 2ee917f

Browse files
committed
Update PacketTracer to Cisco Packet Tracer 8.2.1
Fixes #11
1 parent 93394e2 commit 2ee917f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/PacketTracer*/
44
/pkg2appimage
55
/out
6+
.vscode

PacketTracer.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version: 8.2.0
1+
# Version: 8.2.1
22
app: PacketTracer
33

44
ingredients:
@@ -12,9 +12,9 @@ ingredients:
1212
- libdouble-conversion1
1313
- qt-at-spi
1414
script:
15-
- FILENAME='Cisco_Packet_Tracer_820_Ubuntu_64bit_696ae64b25.deb'
16-
- URL='https://archive.org/download/cisco-packet-tracer-820-ubuntu-64bit-696ae-64b-25/Cisco_Packet_Tracer_820_Ubuntu_64bit_696ae64b25.deb'
17-
- CHECKSUM='64e785b863f51a43c193757c905cf94b568e3239'
15+
- FILENAME='CiscoPacketTracer_821_Ubuntu_64bit.deb'
16+
- URL='https://www.dca.ufrn.br/~viegas/disciplinas/DCA0113/files/Simuladores/821/CiscoPacketTracer_821_Ubuntu_64bit.deb'
17+
- CHECKSUM='d3b506411c204bac556d323d929797f33ddc1e6b'
1818
- [ -f ../"$FILENAME" ] && ln -sf ../"$FILENAME" .
1919
- [ -f ../"$FILENAME" ] || wget -c "$URL"
2020
- echo "$CHECKSUM $FILENAME" > checksum

0 commit comments

Comments
 (0)