-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update App Versions, run by GitHub Actions - Apps updated: (#2454)
- Electron Fiddle-arm64: 0.34.2 -> 0.34.3 - Electron Fiddle-armhf: 0.34.2 -> 0.34.3 - Github-CLI-arm64: 2.35.0 -> 2.36.0 - Github-CLI-armhf: 2.35.0 -> 2.36.0 - Oh My Posh-all: v18.10.3 -> v18.11.0 - Pycharm CE-arm64: 2023.2.1 -> 2023.2.2 - RiiTag-RPC-arm64: v1.3.3 -> v1.3.4 - Syncthing-all: https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.24.0_arm64.deb -> https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.25.0_arm64.deb - Syncthing-all: https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.24.0_armhf.deb -> https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.25.0_armhf.deb - Ulauncher-all: 5.15.3 -> 5.15.4 - Unciv-all: 4.8.8 -> 4.8.10 - WhatsApp-arm64: 21.0 -> 22.0 - WhatsApp-armhf: 21.0 -> 22.0 - Zoom-arm64: 5.16.1.8561 -> 5.16.2.8828 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
67217b5
commit 4289f2e
Showing
13 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
|
||
version=0.34.2 | ||
version=0.34.3 | ||
|
||
install_packages https://github.com/electron/fiddle/releases/download/v"$version"/electron-fiddle_"$version"_armhf.deb || exit 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
|
||
version=0.34.2 | ||
version=0.34.3 | ||
|
||
install_packages https://github.com/electron/fiddle/releases/download/v"$version"/electron-fiddle_"$version"_arm64.deb || exit 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
version=2.35.0 | ||
version=2.36.0 | ||
|
||
install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_armv6.deb || exit 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
version=2.35.0 | ||
version=2.36.0 | ||
|
||
install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_arm64.deb || exit 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
version=v18.10.3 | ||
version=v18.11.0 | ||
|
||
#determine filename of download | ||
if [ $arch == 32 ];then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
version=2023.2.1 | ||
version=2023.2.2 | ||
|
||
install_packages python3-pip python3-dev || exit 1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
|
||
version=21.0 | ||
version=22.0 | ||
|
||
install_packages https://github.com/cycool29/whatsapp-for-linux/releases/download/${version}/whatsapp_${version}_armhf.deb || exit 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
|
||
version=21.0 | ||
version=22.0 | ||
|
||
install_packages https://github.com/cycool29/whatsapp-for-linux/releases/download/${version}/whatsapp_${version}_arm64.deb || exit 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters