Skip to content

Commit

Permalink
Github-CLI, Pixelorama, Reaper: Update App Versions
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.60.0 -> 2.60.1
- Github-CLI-armhf: 2.60.0 -> 2.60.1
- Pixelorama-all: v1.0.3 -> v1.0.4
- Reaper-arm64: 725 -> 726
- Reaper-armhf: 725 -> 726
  • Loading branch information
github-actions[bot] committed Oct 26, 2024
1 parent fd42611 commit cba74b9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/Github-CLI/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.60.0
version=2.60.1

install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_armv6.deb || exit 1

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

version=2.60.0
version=2.60.1

install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_arm64.deb || exit 1

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

version=v1.0.3
version=v1.0.4

case "$arch" in
"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" ;;
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=725
version=726
version2=1.2.4.6
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=725
version=726
version2=1.2.4.6
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

Expand Down

0 comments on commit cba74b9

Please sign in to comment.