Skip to content

Commit

Permalink
Github-CLI, Shattered Pixel Dungeon: Update App Versions
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.56.0 -> 2.57.0
- Github-CLI-armhf: 2.56.0 -> 2.57.0
- Shattered Pixel Dungeon-all: 2.5.0 -> 2.5.1
  • Loading branch information
github-actions[bot] committed Sep 17, 2024
1 parent 4ed092d commit 7f71016
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.56.0
version=2.57.0

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.56.0
version=2.57.0

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/Shattered Pixel Dungeon/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.5.0
version=2.5.1

# remove deprecated file locations
rm -rf ~/.local/bin/ShatteredPD-Desktop.jar ~/.local/share/applications/shatteredpd.desktop
Expand Down

0 comments on commit 7f71016

Please sign in to comment.