Skip to content

Commit

Permalink
ArmCord: update to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Aug 24, 2024
1 parent 38213f3 commit 2effca3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/updates/ArmCord.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

webVer=$(get_release ArmCord/ArmCord)
armhf_url="https://github.com/ArmCord/ArmCord/releases/download/v${webVer}/ArmCord_${webVer%-*}_armv7l.deb"
arm64_url="https://github.com/ArmCord/ArmCord/releases/download/v${webVer}/ArmCord_${webVer%-*}_arm64.deb"
version=$(get_release ArmCord/ArmCord)
armhf_url="https://github.com/ArmCord/ArmCord/releases/download/v${version}/ArmCord-${version%-*}-linux-armv7l.deb"
arm64_url="https://github.com/ArmCord/ArmCord/releases/download/v${version}/ArmCord-${version%-*}-linux-arm64.deb"

source $GITHUB_WORKSPACE/.github/workflows/update_github_script.sh
4 changes: 2 additions & 2 deletions apps/ArmCord/install-32
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=3.2.8
version=3.3.0

install_packages "https://github.com/ArmCord/ArmCord/releases/download/v${version}/ArmCord_${version%-*}_armv7l.deb" || exit 1
install_packages "https://github.com/ArmCord/ArmCord/releases/download/v${version}/ArmCord-${version%-*}-linux-armv7l.deb" || exit 1
4 changes: 2 additions & 2 deletions apps/ArmCord/install-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=3.2.8
version=3.3.0

install_packages "https://github.com/ArmCord/ArmCord/releases/download/v${version}/ArmCord_${version%-*}_arm64.deb" || exit 1
install_packages "https://github.com/ArmCord/ArmCord/releases/download/v${version}/ArmCord-${version%-*}-linux-arm64.deb" || exit 1

0 comments on commit 2effca3

Please sign in to comment.