Skip to content

Commit

Permalink
Min,Syncthing: Update App Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 8, 2024
1 parent fa78a52 commit fb6e241
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/Min/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.32.0
version=1.32.1

if ! package_installed min ;then
sudo rm -f /usr/bin/min
Expand Down
2 changes: 1 addition & 1 deletion apps/Min/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.32.0
version=1.32.1

if ! package_installed min ;then
sudo rm -f /usr/bin/min
Expand Down
4 changes: 2 additions & 2 deletions apps/Syncthing/install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

filepath_32="https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.27.6_armhf.deb"
filepath_64="https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.27.6_arm64.deb"
filepath_32="https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.27.7_armhf.deb"
filepath_64="https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.27.7_arm64.deb"

case "$arch" in
"64")
Expand Down

0 comments on commit fb6e241

Please sign in to comment.