Skip to content

Commit

Permalink
Oh My Posh, Reaper: Update App Versions
Browse files Browse the repository at this point in the history
- Oh My Posh-all: v21.21.0 -> v21.21.1
- Reaper-arm64: 717 -> 718
- Reaper-armhf: 717 -> 718
  • Loading branch information
github-actions[bot] committed Jul 7, 2024
1 parent 5f5f2f6 commit ea641ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Oh My Posh/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v21.21.0
version=v21.21.1

#determine filename of download
if [ $arch == 32 ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/Reaper/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=717
version=718
version2=1.2.4.5
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

Expand Down
2 changes: 1 addition & 1 deletion apps/Reaper/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=717
version=718
version2=1.2.4.5
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

Expand Down

0 comments on commit ea641ae

Please sign in to comment.