Skip to content

Commit

Permalink
Boxy SVG, Github-CLI, Oh My Posh: Update App Versions
Browse files Browse the repository at this point in the history
- Boxy SVG-all: 4.48.6.zip -> 4.48.7.zip
- Github-CLI-arm64: 2.60.1 -> 2.61.0
- Github-CLI-armhf: 2.60.1 -> 2.61.0
- Oh My Posh-all: v24.0.11 -> v24.1.0
  • Loading branch information
github-actions[bot] committed Nov 8, 2024
1 parent ccc99ed commit 4dc8e68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/Boxy SVG/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.48.6.zip
version=4.48.7.zip

install_packages libfontconfig-dev || exit 0

Expand Down
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.1
version=2.61.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.60.1
version=2.61.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/Oh My Posh/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v24.0.11
version=v24.1.0

#determine filename of download
if [ $arch == 32 ];then
Expand Down

0 comments on commit 4dc8e68

Please sign in to comment.