Skip to content

Commit

Permalink
Github-CLI, Node.js, Unciv: Update App Versions
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.63.0 -> 2.63.1
- Github-CLI-armhf: 2.63.0 -> 2.63.1
- Node.js-all: v22.11.0 -> v22.12.0
- Unciv-all: 4.14.12 -> 4.14.12-patch2
  • Loading branch information
github-actions[bot] committed Dec 4, 2024
1 parent 12424c3 commit 8e5acbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.63.0
version=2.63.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.63.0
version=2.63.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/Node.js/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v22.11.0
version=v22.12.0
version2=v0.40.1

#Checking if using armv6
Expand Down
2 changes: 1 addition & 1 deletion apps/Unciv/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.14.12
version=4.14.12-patch2

### Make directory ~/Unciv if not available
mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"
Expand Down

0 comments on commit 8e5acbf

Please sign in to comment.