Skip to content

Commit e4e73a1

Browse files
Electron Fiddle, Tor: Update App Versions
- Electron Fiddle-arm64: 0.37.2 -> 0.37.3 - Electron Fiddle-armhf: 0.37.2 -> 0.37.3 - Tor-arm64: 2025.10.30 -> 2025.11.04
1 parent 3361140 commit e4e73a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/Electron Fiddle/install-32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
version=0.37.2
3+
version=0.37.3
44

55
install_packages https://github.com/electron/fiddle/releases/download/v"$version"/electron-fiddle_"$version"_armhf.deb || exit 1

apps/Electron Fiddle/install-64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
version=0.37.2
3+
version=0.37.3
44

55
install_packages https://github.com/electron/fiddle/releases/download/v"$version"/electron-fiddle_"$version"_arm64.deb || exit 1

apps/Tor/install-64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
version=2025.10.30
3+
version=2025.11.04
44
INSTALL_DIR="$HOME/.local/share"
55

66
rm -f /tmp/tbb-nightly.tar.xz

0 commit comments

Comments
 (0)