Skip to content

Commit b15a207

Browse files
Reaper, Ruffle, Zen: Update App Versions
- Reaper-arm64: 753 -> 754 - Reaper-armhf: 753 -> 754 - Ruffle-all: nightly-2025-11-20 -> nightly-2025-11-21 - Zen-arm64: 1.17.7b -> 1.17.8b
1 parent 3ec6b10 commit b15a207

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/Reaper/install-32

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

3-
version=753
3+
version=754
44
version2=1.2.6
55
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"
66

apps/Reaper/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=753
3+
version=754
44
version2=1.2.6
55
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"
66

apps/Ruffle/install

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

3-
version=nightly-2025-11-20
3+
version=nightly-2025-11-21
44

55
# Purge any existing Ruffle instances if already found
66
status "Purging any existing Ruffle copies and code if found"

apps/Zen/install-64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#this script will need some updates once this browser is officially released on ARM64.
44
#monitor progress on: https://github.com/zen-browser/desktop/pull/3135
55

6-
version=1.17.7b
6+
version=1.17.8b
77

88
sudo rm -rf /opt/zen /opt/zen-browser /tmp/zen-browser-arm64-copr
99

0 commit comments

Comments
 (0)