Skip to content

Commit d714c02

Browse files
Oh My Posh, Pixelorama, Reaper, Ruffle: Update App Versions
- Oh My Posh-all: v27.4.3 -> v27.4.4 - Pixelorama-all: v1.1.5 -> v1.1.6 - Reaper-arm64: 751 -> 752 - Reaper-armhf: 751 -> 752 - Ruffle-all: nightly-2025-10-31 -> nightly-2025-11-01
1 parent 16da4ae commit d714c02

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

apps/Oh My Posh/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=v27.4.3
3+
version=v27.4.4
44

55
#determine filename of download
66
if [ $arch == 32 ];then

apps/Pixelorama/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=v1.1.5
3+
version=v1.1.6
44

55
case "$arch" in
66
"64") wget https://github.com/Orama-Interactive/Pixelorama/releases/download/${version}/Pixelorama-Linux-ARM64.tar.gz -O /tmp/pixelorama.tar.gz || error "Could not download Pixelorama archive" ;;

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=751
3+
version=752
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=751
3+
version=752
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-10-31
3+
version=nightly-2025-11-01
44

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

0 commit comments

Comments
 (0)