Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated:
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.45.0 -> 2.46.0
- Github-CLI-armhf: 2.45.0 -> 2.46.0
- Signal-arm64: 7.2.1 -> 7.3.0
- XSnow-all: 3.7.9~pre8 -> 3.7.9~pre9
  • Loading branch information
github-actions[bot] committed Mar 21, 2024
1 parent a0708a0 commit d978f4b
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.45.0
version=2.46.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.45.0
version=2.46.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/Signal/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=7.2.1
version=7.3.0

install_packages "https://github.com/dennisameling/Signal-Desktop/releases/download/v${version}/signal-desktop-unofficial_${version}_arm64.deb" || exit 1

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

version=3.7.9~pre8
version=3.7.9~pre9

install_packages build-essential libx11-dev libxpm-dev libxt-dev libxext-dev pkg-config libxml2-dev libgtk-3-dev libxinerama-dev libxtst-dev libgsl-dev || exit 1

Expand Down

0 comments on commit d978f4b

Please sign in to comment.