Skip to content

Commit

Permalink
Github-CLI, Obsidian, Signal: Update App Versions
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.58.0 -> 2.59.0
- Github-CLI-armhf: 2.58.0 -> 2.59.0
- Obsidian-arm64: 1.6.7 -> 1.7.4
- Signal-arm64: 7.28.0 -> 7.29.0
  • Loading branch information
github-actions[bot] committed Oct 17, 2024
1 parent 6354fae commit 61da55f
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.58.0
version=2.59.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.58.0
version=2.59.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/Obsidian/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.6.7
version=1.7.4

install_packages libgtk-3-0 libnotify4 libnss3 libxss1 libxtst6 xdg-utils libatspi2.0-0 libuuid1 libsecret-1-0 libappindicator3-1

Expand Down
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.28.0
version=7.29.0

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

Expand Down

0 comments on commit 61da55f

Please sign in to comment.